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 4126145 commit 6c0a917Copy full SHA for 6c0a917
.github/workflows/docs.yaml
@@ -12,6 +12,14 @@ jobs:
12
- name: Build Docs
13
run: |
14
xcodebuild docbuild -scheme PowerSync -destination 'platform=macOS' -derivedDataPath ./DerivedData
15
+
16
+ - name: Debug
17
+ run: |
18
+ ls -la ./DerivedData/Build/Products/Debug
19
+ ls -la ./DerivedData/Build/Products/Debug/PowerSync.doccarchive
20
21
+ - name: Process Docs
22
23
xcrun docc process-archive transform-for-static-hosting \
- ./DerivedData/Build/Products/Debug/PowerSync.doccarchive \
- --output-path ./docs
24
+ ./DerivedData/Build/Products/Debug/PowerSync.doccarchive \
25
+ --output-path ./docs
0 commit comments