Skip to content

Commit 32c1728

Browse files
committed
Fix: Remove [skip ci] to enable auto-deployment to GitHub Pages
Remove [skip ci] from HTML generation workflow commit message. This allows static.yml deployment workflow to trigger automatically when docs/index.html is updated, fixing GitHub Pages not updating. The workflow is safe - path filters prevent loops.
1 parent bf2af83 commit 32c1728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
if git diff --staged --quiet; then
4848
echo "No changes to commit"
4949
else
50-
git commit -m "Auto-update HTML report and assets [skip ci]"
50+
git commit -m "Auto-update HTML report and assets"
5151
git push origin HEAD:main
5252
fi
5353

0 commit comments

Comments
 (0)