Skip to content

Commit 98dc9ff

Browse files
authored
Merge pull request #44 from jkone27/try-fix-docs-gen
try fix relative links
2 parents 2ea5659 + 56286e6 commit 98dc9ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: dotnet build -c Release ApiStub.FSharp.sln
3030
# Generate the documentation files
3131
- name: Generate the documentation'
32-
run: dotnet fsdocs build --properties Configuration=Release --root `https://raw.githubusercontent.com/jkone27/fsharp-integration-tests/refs/heads/main`
32+
run: dotnet fsdocs build --properties Configuration=Release --parameters root "https://raw.githubusercontent.com/${{ github.repository }}/${{ github.ref_name }}/"
3333
# Upload the static files
3434
- name: Upload documentation
3535
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)