Skip to content

Commit 7569694

Browse files
ci: fix docs base path (#1)
1 parent bff4a2f commit 7569694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/configure-pages@v5
2727

2828
- name: Build docs
29-
run: swift package --allow-writing-to-directory ./docs generate-documentation --target JSONSchema --disable-indexing --output-path ./docs --transform-for-static-hosting --hosting-base-path JSONSchema
29+
run: swift package --allow-writing-to-directory ./docs generate-documentation --target JSONSchema --disable-indexing --output-path ./docs --transform-for-static-hosting --hosting-base-path swift-json-schema
3030

3131
- uses: actions/upload-pages-artifact@v3
3232
with:

0 commit comments

Comments
 (0)