We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc6115d + 15dd75c commit 4b5719cCopy full SHA for 4b5719c
1 file changed
.github/workflows/docc.yml
@@ -45,11 +45,8 @@ jobs:
45
run: |
46
set -eo pipefail
47
xcrun docc process-archive transform-for-static-hosting DocsArchive/NavigationSplitView.doccarchive \
48
- --hosting-base-path NavigationSplitView \
+ --hosting-base-path /NavigationSplitView \
49
--output-path DocsBuild
50
-
51
- # Fix the base URL in index.html
52
- sed -i '' 's|"baseURL": "/"|"baseURL": "/NavigationSplitView/"|g' DocsBuild/index.html
53
54
- name: Upload documentation artifact
55
if: github.event_name == 'push'
0 commit comments