Skip to content

Commit

Permalink
CI: fix fsDocs
Browse files Browse the repository at this point in the history
This commit pins the version for fsdocs-tool to
v16.1.1.
  • Loading branch information
aarani committed Apr 18, 2023
1 parent 20b4f13 commit 5b96dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build+test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

- name: install fsdocs
run:
dotnet tool install -g fsdocs-tool
dotnet tool install -g fsdocs-tool --version 16.1.1

- name: build fsdocs
run:
Expand Down

0 comments on commit 5b96dc7

Please sign in to comment.