From 4942b2b9c41ddae6c55f907e624a1ad0e0920fbb Mon Sep 17 00:00:00 2001 From: Liam Nichols Date: Sun, 25 Jun 2023 23:27:53 +0200 Subject: [PATCH] Correct HOSTING_BASE_PATH --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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