Skip to content

Commit ecbf695

Browse files
cleanup
1 parent 981e166 commit ecbf695

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/docs.yaml

+10-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)