We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a12ef8 commit 576341aCopy full SHA for 576341a
.github/workflows/docs.yaml
@@ -25,13 +25,13 @@ 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 --hosting-base-path /powersync-swift
+ xcrun docc process-archive transform-for-static-hosting ./DerivedData/Build/Products/Debug/PowerSync.doccarchive/ --output-path ./docs-site --hosting-base-path /powersync-swift
29
30
- name: Upload static files as artifact
31
id: deployment
32
uses: actions/upload-pages-artifact@v3
33
with:
34
- path: docs/documentation/PowerSync
+ path: docs-site
35
36
# Deployment job
37
deploy:
0 commit comments