Skip to content

API Reference #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
Apr 30, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test
  • Loading branch information
stevensJourney committed Apr 24, 2025
commit 6c0a917b868b33d67ed7ca03c0ba5db2b4f642d6
12 changes: 10 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ jobs:
- name: Build Docs
run: |
xcodebuild docbuild -scheme PowerSync -destination 'platform=macOS' -derivedDataPath ./DerivedData

- name: Debug
run: |
ls -la ./DerivedData/Build/Products/Debug
ls -la ./DerivedData/Build/Products/Debug/PowerSync.doccarchive

- name: Process Docs
run: |
xcrun docc process-archive transform-for-static-hosting \
./DerivedData/Build/Products/Debug/PowerSync.doccarchive \
--output-path ./docs
./DerivedData/Build/Products/Debug/PowerSync.doccarchive \
--output-path ./docs
Loading