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.
1 parent bff4a2f commit 7569694Copy full SHA for 7569694
.github/workflows/deploy-docs.yml
@@ -26,7 +26,7 @@ jobs:
26
- uses: actions/configure-pages@v5
27
28
- 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
+ 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
30
31
- uses: actions/upload-pages-artifact@v3
32
with:
0 commit comments