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 99e92e0 + 00d9ddd commit 3481152Copy full SHA for 3481152
.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 "${{ github.workspace }}"
+ run: dotnet fsdocs build --properties Configuration=Release --parameters root--root "https://raw.githubusercontent.com/${{ github.repository }}/refs/heads/${{ github.ref_name }}/"
33
# Upload the static files
34
- name: Upload documentation
35
uses: actions/upload-pages-artifact@v3
0 commit comments