Skip to content

Commit

Permalink
chore: fix docs workflow (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunderscore authored Jan 13, 2025
1 parent ecb4880 commit 15230b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install docfx
run: |
sudo apt-get -y update
sudo apt-get -y install dotnet7
sudo apt-get -y install dotnet8
dotnet tool update -g docfx
- name: Build documentation
Expand Down

0 comments on commit 15230b3

Please sign in to comment.