We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8a76e9 commit 095cdfeCopy full SHA for 095cdfe
.github/workflows/docs.yml
@@ -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\FSharp.Formatting.CommandTool\bin\Release\net5.0\fsdocs.dll build --sourcefolder fsharp
+ run: dotnet FSharp.Formatting\src\fsdocs-tool\bin\Release\net5.0\fsdocs.dll build --sourcefolder fsharp
41
- name: Deploy
42
uses: peaceiris/actions-gh-pages@v3
43
with:
0 commit comments