Skip to content

Commit

Permalink
[repo-ci] Switch to using dotnet tool install in docfx workflow (#5573)
Browse files Browse the repository at this point in the history
Co-authored-by: Reiley Yang <reyang@microsoft.com>
  • Loading branch information
CodeBlanch and reyang authored Apr 26, 2024
1 parent 0deb93e commit 864bcfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docfx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: install docfx
run: choco install docfx -y
run: dotnet tool install -g docfx

- name: run .\build\docfx.cmd
shell: cmd
Expand Down

0 comments on commit 864bcfc

Please sign in to comment.