File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,19 @@ jobs:
16
16
- uses : actions/checkout@v4
17
17
- name : Build Docs
18
18
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
20
24
21
25
- name : Process Docs
22
26
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
24
32
25
33
# The Docs are available at the path mentioned below. We can override the index.html to automatically redirect to the documentation page.
26
34
- name : Prepare static files
You can’t perform that action at this time.
0 commit comments