Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
alanta committed Nov 24, 2020
1 parent 19a7c81 commit 293674e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.101
dotnet-version: 3.1.401
- name: Install dependencies
run: dotnet restore
- name: Build
Expand All @@ -31,7 +31,7 @@ jobs:
name: "Generator"
path: ./tools
- name: Publish
run: dotnet run --configuration Release
run: dotnet run --configuration Release -- -l Debug
env:
LinkRoot: ${{ secrets.LINKROOT }} # Fix subfolder links https://statiq.dev/framework/configuration/settings
Host: ${{ secrets.HOST }} # Make links absolute (for feeds, OG...)
Expand Down

0 comments on commit 293674e

Please sign in to comment.