We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 576341a commit f4d850aCopy full SHA for f4d850a
.github/workflows/docs.yaml
@@ -27,6 +27,10 @@ jobs:
27
run: |
28
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
+ # The Docs are available at the path mentioned below. We can override the index.html to automatically redirect to the documentation page.
31
+ - name: Prepare static files
32
+ run: |
33
+ echo '<script>window.location.href += "/documentation/powersync"</script>' > .docs/index.html
34
- name: Upload static files as artifact
35
id: deployment
36
uses: actions/upload-pages-artifact@v3
0 commit comments