From bc16465ae00cede3b85445f366921d81f47d1d3a Mon Sep 17 00:00:00 2001 From: Christian Treffs Date: Fri, 1 Nov 2024 08:08:19 +0100 Subject: [PATCH] Fix doc 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 ba9375e..a274e9e 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -59,7 +59,7 @@ jobs: --target FirebladeECS \ --output-path docs/"$tag" \ --transform-for-static-hosting \ - --hosting-base-path "$tag" \ + --hosting-base-path https://fireblade-engine.github.io/ecs/"$tag" \ && echo "✅ Documentation generated for FirebladeECS @ "$tag" release." \ || echo "⚠️ Documentation skipped for FirebladeECS @ "$tag"."; fi;