Skip to content

Commit

Permalink
Update hosting basepath
Browse files Browse the repository at this point in the history
  • Loading branch information
ctreffs committed Nov 1, 2024
1 parent 007ef74 commit 8bfc481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
--target FirebladeECS \
--output-path docs/"$tag" \
--transform-for-static-hosting \
--hosting-base-path /swift-composable-architecture/"$tag" \
--hosting-base-path /FirebladeECS/"$tag" \
&& echo "✅ Documentation generated for FirebladeECS @ "$tag" release." \
|| echo "⚠️ Documentation skipped for FirebladeECS @ "$tag".";
fi;
Expand Down

0 comments on commit 8bfc481

Please sign in to comment.