Skip to content

Commit 6a117ee

Browse files
author
Christoph Bühler
committed
chore: build solution before generating documentation
1 parent dcb14d5 commit 6a117ee

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/github-pages.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12+
- name: Setup .NET Core
13+
uses: actions/setup-dotnet@v1
14+
with:
15+
dotnet-version: 3.1.401
16+
- name: Build
17+
run: ./build.sh --target compile --no-logo
1218
- uses: nikeee/[email protected]
1319
name: Build Documentation
1420
with:

0 commit comments

Comments
 (0)