Skip to content

Commit 981e166

Browse files
update to release build
1 parent 40cafdc commit 981e166

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)