Skip to content

Commit

Permalink
Correct HOSTING_BASE_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
liamnichols committed Jun 25, 2023
1 parent c4f4546 commit 4942b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
env:
DEVELOPER_DIR: /Applications/Xcode_15.0.app/Contents/Developer
GENERATED_SITE_PATH: "/tmp/_site"
HOSTING_BASE_PATH: "https://liamnichols.eu/swift-fixture"
HOSTING_BASE_PATH: "/swift-fixture" # https://liamnichols.eu/swift-fixture
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 4942b2b

Please sign in to comment.