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 f92d910
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
4 changes: 2 additions & 2 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 Down

0 comments on commit f92d910

Please sign in to comment.