Skip to content

Commit

Permalink
Merge pull request #1 from alanta/fix/build
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
alanta authored Nov 25, 2020
2 parents 19a7c81 + d53b0ab commit e14212a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: windows-latest

steps:
- uses: actions/checkout@v2
- 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 e14212a

Please sign in to comment.