diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 4ec9057..270f251 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -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