We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ebcec commit 62174ebCopy full SHA for 62174eb
1 file changed
.github/workflows/docs.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Setup .NET Core
24
uses: actions/setup-dotnet@v1
25
with:
26
- dotnet-version: 5.0.400
+ dotnet-version: 6.0.203
27
- name: Restore tools
28
run: dotnet tool restore
29
- name: Restore projects
@@ -37,7 +37,7 @@ jobs:
37
- name: Build FSharp.Formatting master
38
run: cd FSharp.Formatting && .\build -t Build
39
- name: Run fsdocs
40
- run: dotnet FSharp.Formatting\src\fsdocs-tool\bin\Release\net5.0\fsdocs.dll build --sourcefolder fsharp
+ run: dotnet FSharp.Formatting\src\fsdocs-tool\bin\Release\net6.0\fsdocs.dll build --sourcefolder fsharp
41
- name: Deploy
42
uses: peaceiris/actions-gh-pages@v3
43
0 commit comments