File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,19 @@ jobs:
1616 - uses : actions/checkout@v4
1717 - name : Build Docs
1818 run : |
19- xcodebuild docbuild -scheme PowerSync -destination 'platform=macOS' -derivedDataPath ./DerivedData -configuration Release
19+ xcodebuild docbuild \
20+ -scheme PowerSync \
21+ -destination 'platform=macOS' \
22+ -derivedDataPath ./DerivedData \
23+ -configuration Release
2024
2125 - name : Process Docs
2226 run : |
23- xcrun docc process-archive transform-for-static-hosting ./DerivedData/Build/Products/Release/PowerSync.doccarchive/ --output-path ./docs-site --hosting-base-path /powersync-swift
27+ xcrun docc process-archive \
28+ transform-for-static-hosting \
29+ ./DerivedData/Build/Products/Release/PowerSync.doccarchive/ \
30+ --output-path ./docs-site \
31+ --hosting-base-path /powersync-swift
2432
2533 # The Docs are available at the path mentioned below. We can override the index.html to automatically redirect to the documentation page.
2634 - name : Prepare static files
You can’t perform that action at this time.
0 commit comments