Skip to content

Commit 3481152

Browse files
authored
Merge pull request #48 from jkone27/try-fix-docs-gen
try alternative
2 parents 99e92e0 + 00d9ddd commit 3481152

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 --parameters root "${{ github.workspace }}"
32+
run: dotnet fsdocs build --properties Configuration=Release --parameters root--root "https://raw.githubusercontent.com/${{ github.repository }}/refs/heads/${{ github.ref_name }}/"
3333
# Upload the static files
3434
- name: Upload documentation
3535
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)