Skip to content

Commit

Permalink
Upgrade fsdoc to fix missing documentation toc (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
wallymathieu committed Feb 22, 2023
1 parent d80a4ad commit 39638fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]
},
"fsdocs-tool": {
"version": "16.1.1",
"version": "17.2.3",
"commands": [
"fsdocs"
]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/fable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
run: git submodule update --init --recursive
- name: Remove global json
run: rm global.json
- name: Setup .NET Core
- name: Setup .NET Core 6
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.201
- name: Restore tools
run: dotnet tool restore
run: dotnet tool install --global Fable --version 3.7.20
- name: Use Node.js
uses: actions/setup-node@v1
with:
Expand All @@ -32,7 +32,7 @@ jobs:
run: npm install
- name: Run Fable tests
working-directory: tests/FSharpPlusFable.Tests
run: dotnet fable . --outDir bin --runScript ./bin
run: fable . --outDir bin --runScript ./bin

testFable3SubsetOnCore:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 39638fb

Please sign in to comment.