We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1f8da6 commit 3dbdb89Copy full SHA for 3dbdb89
.github/workflows/deploy_docc.yml
@@ -25,13 +25,13 @@ jobs:
25
- name: Build DocC
26
run: |
27
$(xcrun --find docc) convert \
28
- --hosting-base-path "" \
+ --hosting-base-path /swiftui-view-coding-guidelines \
29
--output-path Target.doccarchive \
30
Guide.docc
31
32
$(xcrun --find docc) process-archive transform-for-static-hosting \
33
Target.doccarchive \
34
35
--output-path ./docs
36
37
- name: Upload artifact
0 commit comments