File tree 1 file changed +1
-6
lines changed
1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -18,19 +18,14 @@ jobs:
18
18
run : |
19
19
xcodebuild docbuild -scheme PowerSync -destination 'platform=macOS' -derivedDataPath ./DerivedData
20
20
21
- - name : Debug
22
- run : |
23
- ls -la ./DerivedData/Build/Products/Debug
24
- ls -la ./DerivedData/Build/Products/Debug/PowerSync.doccarchive
25
-
26
21
- name : Process Docs
27
22
run : |
28
23
xcrun docc process-archive transform-for-static-hosting ./DerivedData/Build/Products/Debug/PowerSync.doccarchive/ --output-path ./docs-site --hosting-base-path /powersync-swift
29
24
30
25
# The Docs are available at the path mentioned below. We can override the index.html to automatically redirect to the documentation page.
31
26
- name : Prepare static files
32
27
run : |
33
- echo '<script>window.location.href += "/documentation/powersync"</script>' > .docs/index.html
28
+ echo '<script>window.location.href += "/documentation/powersync"</script>' > .docs-site /index.html
34
29
35
30
- name : Upload static files as artifact
36
31
id : deployment
You can’t perform that action at this time.
0 commit comments