Skip to content

Commit a61b142

Browse files
fix bug
1 parent 9863cf7 commit a61b142

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/docs.yaml

+1-6
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,14 @@ jobs:
1818
run: |
1919
xcodebuild docbuild -scheme PowerSync -destination 'platform=macOS' -derivedDataPath ./DerivedData
2020
21-
- name: Debug
22-
run: |
23-
ls -la ./DerivedData/Build/Products/Debug
24-
ls -la ./DerivedData/Build/Products/Debug/PowerSync.doccarchive
25-
2621
- name: Process Docs
2722
run: |
2823
xcrun docc process-archive transform-for-static-hosting ./DerivedData/Build/Products/Debug/PowerSync.doccarchive/ --output-path ./docs-site --hosting-base-path /powersync-swift
2924
3025
# The Docs are available at the path mentioned below. We can override the index.html to automatically redirect to the documentation page.
3126
- name: Prepare static files
3227
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
3429
3530
- name: Upload static files as artifact
3631
id: deployment

0 commit comments

Comments
 (0)