Skip to content

Commit ae23509

Browse files
committed
Fix hosting base path
1 parent bc16465 commit ae23509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
--target FirebladeECS \
6060
--output-path docs/"$tag" \
6161
--transform-for-static-hosting \
62-
--hosting-base-path https://fireblade-engine.github.io/ecs/"$tag" \
62+
--hosting-base-path ecs/"$tag" \
6363
&& echo "✅ Documentation generated for FirebladeECS @ "$tag" release." \
6464
|| echo "⚠️ Documentation skipped for FirebladeECS @ "$tag".";
6565
fi;

0 commit comments

Comments
 (0)