Skip to content

Commit 3dbdb89

Browse files
committed
Retry --hosting-base-path
1 parent d1f8da6 commit 3dbdb89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy_docc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
- name: Build DocC
2626
run: |
2727
$(xcrun --find docc) convert \
28-
--hosting-base-path "" \
28+
--hosting-base-path /swiftui-view-coding-guidelines \
2929
--output-path Target.doccarchive \
3030
Guide.docc
3131
3232
$(xcrun --find docc) process-archive transform-for-static-hosting \
3333
Target.doccarchive \
34-
--hosting-base-path "" \
34+
--hosting-base-path /swiftui-view-coding-guidelines \
3535
--output-path ./docs
3636
3737
- name: Upload artifact

0 commit comments

Comments
 (0)