Skip to content

Commit

Permalink
Fix hosting base path in docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
david-swift authored Apr 13, 2024
1 parent 0e94b3f commit d78583f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
xcrun docc process-archive transform-for-static-hosting \
"$PWD/.derivedData/Build/Products/Debug/SettingsKit.doccarchive" \
--output-path "docs" \
--hosting-base-path "settingskit-macos"
--hosting-base-path "SettingsKit-macOS"
- name: Modify Docs
run: |
echo "<script>window.location.href += \"/documentation/settingskit\"</script>" > docs/index.html;
Expand Down

0 comments on commit d78583f

Please sign in to comment.