Skip to content

Commit

Permalink
Use --dryRun from v2.* docfx
Browse files Browse the repository at this point in the history
  • Loading branch information
pyohannes committed May 3, 2024
1 parent 1279742 commit e760c99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ jobs:
dotnet-version: 6.0.x

- name: install docfx
run: dotnet tool update -g docfx --version "3.0.0-*" --add-source https://docfx.pkgs.visualstudio.com/docfx/_packaging/docs-public-packages/nuget/v3/index.json
run: dotnet tool update -g docfx

- name: run docfx
run: docfx build --dry-run
run: docfx build --dryRun

semantic-conventions:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e760c99

Please sign in to comment.