From 2403d96e90a9d2341bed12e2555de53dcb6b63a0 Mon Sep 17 00:00:00 2001 From: Christian Treffs Date: Fri, 1 Nov 2024 10:12:54 +0100 Subject: [PATCH] Fix documentation workflow --- .github/workflows/documentation.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index caf4874..27d84dd 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -60,8 +60,6 @@ jobs: --output-path docs/"$tag" \ --transform-for-static-hosting \ --hosting-base-path ecs/"$tag" \ - --source-service github \ - --source-service-base-url https://fireblade-engine.github.io/ecs/"$tag" \ && echo "✅ Documentation generated for FirebladeECS @ "$tag" release." \ || echo "⚠️ Documentation skipped for FirebladeECS @ "$tag"."; fi;