Skip to content

Commit b897ee2

Browse files
committed
update f#f invocation
1 parent 94bc71c commit b897ee2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Build FSharp.Formatting master
3535
run: cd FSharp.Formatting && .\build -t Build
3636
- name: Run fsdocs
37-
run: FSharp.Formatting\src\FSharp.Formatting.CommandTool\bin\Release\netcoreapp3.1\fsdocs.exe build --sourcefolder fsharp
37+
run: dotnet FSharp.Formatting\src\FSharp.Formatting.CommandTool\bin\Release\net5.0\fsdocs.dll build --sourcefolder fsharp
3838
- name: Deploy
3939
uses: peaceiris/actions-gh-pages@v3
4040
with:

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
- name: Build FSharp.Formatting master
3131
run: cd FSharp.Formatting && .\build -t Build
3232
- name: Run fsdocs
33-
run: FSharp.Formatting\src\FSharp.Formatting.CommandTool\bin\Release\netcoreapp3.1\fsdocs.exe build --sourcefolder fsharp
33+
run: dotnet FSharp.Formatting\src\FSharp.Formatting.CommandTool\bin\Release\net5.0\fsdocs.dll build --sourcefolder fsharp

0 commit comments

Comments
 (0)