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