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 2ea5659 + 56286e6 commit 98dc9ffCopy full SHA for 98dc9ff
.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 --root `https://raw.githubusercontent.com/jkone27/fsharp-integration-tests/refs/heads/main`
+ run: dotnet fsdocs build --properties Configuration=Release --parameters root "https://raw.githubusercontent.com/${{ github.repository }}/${{ github.ref_name }}/"
33
# Upload the static files
34
- name: Upload documentation
35
uses: actions/upload-pages-artifact@v3
0 commit comments