Skip to content

Commit 6c0a917

Browse files
test
1 parent 4126145 commit 6c0a917

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/docs.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ jobs:
1212
- name: Build Docs
1313
run: |
1414
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+
run: |
1523
xcrun docc process-archive transform-for-static-hosting \
16-
./DerivedData/Build/Products/Debug/PowerSync.doccarchive \
17-
--output-path ./docs
24+
./DerivedData/Build/Products/Debug/PowerSync.doccarchive \
25+
--output-path ./docs

0 commit comments

Comments
 (0)