Skip to content

Commit 338d57a

Browse files
authored
ci: build before generating docs
1 parent 3c1b3ba commit 338d57a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ jobs:
1919
- uses: actions/checkout@v2
2020
with:
2121
ref: ${{ github.events.inputs.tag }}
22+
- name: Setup .NET
23+
uses: actions/setup-dotnet@v1
24+
with:
25+
dotnet-version: '6.0.x'
26+
- name: Build project
27+
run: dotnet build -f netstandard2.0 src/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.csproj
2228
- uses: nikeee/docfx-action@v1.0.0
2329
name: Build Documentation
2430
with:

0 commit comments

Comments
 (0)