We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e6f5b6 + 03d88b6 commit 3c9c67dCopy full SHA for 3c9c67d
.github/workflows/docs.yaml
@@ -29,7 +29,7 @@ jobs:
29
run: dotnet build -c Release ApiStub.FSharp.sln
30
# Generate the documentation files
31
- name: Generate the documentation'
32
- run: dotnet fsdocs build --properties Configuration=Release --parameters root "."
+ run: dotnet fsdocs build --properties Configuration=Release --parameters root ""
33
# Upload the static files
34
- name: Upload documentation
35
uses: actions/upload-pages-artifact@v3
0 commit comments