Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
Fix the docfx version to 2.76.0 to avoid breaking suddenly

Signed-off-by: Antti Luukka <[email protected]>
  • Loading branch information
ogchefi authored Jun 7, 2024
1 parent 567ffa1 commit a79919a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ runs:

- name: Dotnet Update
shell: bash
run: dotnet tool update -g docfx
run: dotnet tool update -g docfx --version 2.76.0

- name: Build
shell: bash
Expand Down

0 comments on commit a79919a

Please sign in to comment.