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 ab73a7b commit 8a12ef8Copy full SHA for 8a12ef8
.github/workflows/docs.yaml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Process Docs
27
run: |
28
- xcrun docc process-archive transform-for-static-hosting ./DerivedData/Build/Products/Debug/PowerSync.doccarchive/ --output-path ./docs
+ xcrun docc process-archive transform-for-static-hosting ./DerivedData/Build/Products/Debug/PowerSync.doccarchive/ --output-path ./docs --hosting-base-path /powersync-swift
29
30
- name: Upload static files as artifact
31
id: deployment
0 commit comments