Skip to content

Commit 39f69f2

Browse files
committed
CI: fix CI's build fsdocs step
This commit pins the version for fsdocs-tool to v16.1.1 to fix the previously broken CI.
1 parent 20b4f13 commit 39f69f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build+test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
- name: install fsdocs
7272
run:
73-
dotnet tool install -g fsdocs-tool
73+
dotnet tool install -g fsdocs-tool --version 16.1.1
7474

7575
- name: build fsdocs
7676
run:

0 commit comments

Comments
 (0)