Skip to content

Commit 4b5719c

Browse files
authored
Merge pull request #20 from SoundBlaster/codex/fix-incorrect-resource-urls-in-github-pages
2 parents bc6115d + 15dd75c commit 4b5719c

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/docc.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,8 @@ jobs:
4545
run: |
4646
set -eo pipefail
4747
xcrun docc process-archive transform-for-static-hosting DocsArchive/NavigationSplitView.doccarchive \
48-
--hosting-base-path NavigationSplitView \
48+
--hosting-base-path /NavigationSplitView \
4949
--output-path DocsBuild
50-
51-
# Fix the base URL in index.html
52-
sed -i '' 's|"baseURL": "/"|"baseURL": "/NavigationSplitView/"|g' DocsBuild/index.html
5350
5451
- name: Upload documentation artifact
5552
if: github.event_name == 'push'

0 commit comments

Comments
 (0)