Skip to content

Commit 576341a

Browse files
relative-path
1 parent 8a12ef8 commit 576341a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
2626
- name: Process Docs
2727
run: |
28-
xcrun docc process-archive transform-for-static-hosting ./DerivedData/Build/Products/Debug/PowerSync.doccarchive/ --output-path ./docs --hosting-base-path /powersync-swift
28+
xcrun docc process-archive transform-for-static-hosting ./DerivedData/Build/Products/Debug/PowerSync.doccarchive/ --output-path ./docs-site --hosting-base-path /powersync-swift
2929
3030
- name: Upload static files as artifact
3131
id: deployment
3232
uses: actions/upload-pages-artifact@v3
3333
with:
34-
path: docs/documentation/PowerSync
34+
path: docs-site
3535

3636
# Deployment job
3737
deploy:

0 commit comments

Comments
 (0)