Skip to content

Commit 5120e87

Browse files
committed
fix
1 parent 00d9ddd commit 5120e87

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--root "https://raw.githubusercontent.com/${{ github.repository }}/refs/heads/${{ github.ref_name }}/"
32+
run: dotnet fsdocs build --properties Configuration=Release --parameters 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)