Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LolaLollipop authored Jan 6, 2024
1 parent 2cb5070 commit a0b09fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- run: dotnet tool update -g docfx

- name: Download post processor
run: curl https://github.com/Ruemena/RueI/raw/master/RueIDocFX.dll -o /home/runner/.dotnet/tools/.store/docfx/2.74.1/docfx/2.74.1/tools/net8.0/any/RueIDocFX.dll
run: curl https://github.com/Ruemena/RueI/raw/master/RueIDocFX.dll -L -o /home/runner/.dotnet/tools/.store/docfx/2.74.1/docfx/2.74.1/tools/net8.0/any/RueIDocFX.dll

- name: List contents of folder
run: ls -R -a /home/runner/.dotnet/tools/.store/docfx/
Expand Down

0 comments on commit a0b09fb

Please sign in to comment.