Skip to content

Commit 0e78c93

Browse files
committed
Revert "Upgrade fsdoc to fix missing documentation toc (#536)"
This reverts commit 39638fb.
1 parent 1c33311 commit 0e78c93

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-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": "17.2.3",
12+
"version": "16.1.1",
1313
"commands": [
1414
"fsdocs"
1515
]

.github/workflows/fable.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v2
16+
- name: Restore
17+
run: git submodule update --init --recursive
18+
- name: Remove global json
19+
run: rm global.json
1620
- name: Setup .NET Core
1721
uses: actions/setup-dotnet@v1
1822
with:
@@ -21,8 +25,6 @@ jobs:
2125
run: git submodule update --init --recursive
2226
- name: Restore tools
2327
run: dotnet tool restore
24-
- name: Install fable
25-
run: dotnet tool install --global Fable --version 3.7.20
2628
- name: Use Node.js
2729
uses: actions/setup-node@v1
2830
with:
@@ -32,7 +34,7 @@ jobs:
3234
run: npm install
3335
- name: Run Fable tests
3436
working-directory: tests/FSharpPlusFable.Tests
35-
run: fable . --outDir bin --runScript ./bin
37+
run: dotnet fable . --outDir bin --runScript ./bin
3638

3739
testFable3SubsetOnCore:
3840
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)