Skip to content

Commit 62174eb

Browse files
authored
Update docs.yml
1 parent c0ebcec commit 62174eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup .NET Core
2424
uses: actions/setup-dotnet@v1
2525
with:
26-
dotnet-version: 5.0.400
26+
dotnet-version: 6.0.203
2727
- name: Restore tools
2828
run: dotnet tool restore
2929
- name: Restore projects
@@ -37,7 +37,7 @@ jobs:
3737
- name: Build FSharp.Formatting master
3838
run: cd FSharp.Formatting && .\build -t Build
3939
- name: Run fsdocs
40-
run: dotnet FSharp.Formatting\src\fsdocs-tool\bin\Release\net5.0\fsdocs.dll build --sourcefolder fsharp
40+
run: dotnet FSharp.Formatting\src\fsdocs-tool\bin\Release\net6.0\fsdocs.dll build --sourcefolder fsharp
4141
- name: Deploy
4242
uses: peaceiris/actions-gh-pages@v3
4343
with:

0 commit comments

Comments
 (0)