Skip to content

Commit f92d910

Browse files
committed
Upgrade fsdoc to fix missing documentation toc (#536)
1 parent d80a4ad commit f92d910

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.config/dotnet-tools.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
]
1010
},
1111
"fsdocs-tool": {
12-
"version": "16.1.1",
12+
"version": "17.2.3",
1313
"commands": [
1414
"fsdocs"
1515
]

.github/workflows/fable.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
run: git submodule update --init --recursive
1818
- name: Remove global json
1919
run: rm global.json
20-
- name: Setup .NET Core
20+
- name: Setup .NET Core 6
2121
uses: actions/setup-dotnet@v1
2222
with:
2323
dotnet-version: 6.0.201
2424
- name: Restore tools
25-
run: dotnet tool restore
25+
run: dotnet tool install --global Fable --version 3.7.20
2626
- name: Use Node.js
2727
uses: actions/setup-node@v1
2828
with:

0 commit comments

Comments
 (0)