Skip to content

Commit 39638fb

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
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

Lines changed: 3 additions & 3 deletions
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:
@@ -32,7 +32,7 @@ jobs:
3232
run: npm install
3333
- name: Run Fable tests
3434
working-directory: tests/FSharpPlusFable.Tests
35-
run: dotnet fable . --outDir bin --runScript ./bin
35+
run: fable . --outDir bin --runScript ./bin
3636

3737
testFable3SubsetOnCore:
3838
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)