Skip to content

Commit

Permalink
CI: Limit documentation build to Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbl committed Aug 24, 2021
1 parent cfbd9e0 commit 2101e1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ jobs:
run: dotnet pack --no-build --verbosity normal
- name: Build documentation
uses: nikeee/docfx-action@v1.0.0
if: runner.os == 'Linux'
with:
args: QrCodeGenerator/docfx/docfx.json

0 comments on commit 2101e1f

Please sign in to comment.