We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 569d970 commit dfa3b90Copy full SHA for dfa3b90
.github/workflows/docs.yaml
@@ -20,6 +20,4 @@ jobs:
20
21
- name: Process Docs
22
run: |
23
- xcrun docc process-archive transform-for-static-hosting \
24
- ./DerivedData/Build/Products/Debug/PowerSync.doccarchive/ \
25
- --output-path ./docs
+ xcrun docc process-archive transform-for-static-hosting ./DerivedData/Build/Products/Debug/PowerSync.doccarchive/ --output-path ./docs
0 commit comments