File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -18,19 +18,14 @@ jobs:
1818 run : |
1919 xcodebuild docbuild -scheme PowerSync -destination 'platform=macOS' -derivedDataPath ./DerivedData
2020
21- - name : Debug
22- run : |
23- ls -la ./DerivedData/Build/Products/Debug
24- ls -la ./DerivedData/Build/Products/Debug/PowerSync.doccarchive
25-
2621 - name : Process Docs
2722 run : |
2823 xcrun docc process-archive transform-for-static-hosting ./DerivedData/Build/Products/Debug/PowerSync.doccarchive/ --output-path ./docs-site --hosting-base-path /powersync-swift
2924
3025 # The Docs are available at the path mentioned below. We can override the index.html to automatically redirect to the documentation page.
3126 - name : Prepare static files
3227 run : |
33- echo '<script>window.location.href += "/documentation/powersync"</script>' > .docs/index.html
28+ echo '<script>window.location.href += "/documentation/powersync"</script>' > .docs-site /index.html
3429
3530 - name : Upload static files as artifact
3631 id : deployment
You can’t perform that action at this time.
0 commit comments