stagit4github

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit f76c06c2909740c3a85aa41995dc878415dc3ae7
parent ba3ceafe1751d321fbf8a96a9e97b3ca92c3cf3b
Author: minerva-jupiter <ryouturn@gmail.com>
Date:   Wed,  9 Sep 2026 04:46:41 +0900

ci(workflow): remove [skip ci] tag from automated deploy commit

Diffstat:
M.github/workflows/stagit-build.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/stagit-build.yml b/.github/workflows/stagit-build.yml @@ -68,7 +68,7 @@ jobs: git config user.email "github-actions[bot]@users.noreply.github.com" git add -A - git commit -m "deploy: update stagit portal site [skip ci]" + git commit -m "deploy: update stagit portal site" # PORTAL_PAT を使って gh-pages ブランチに強制プッシュ git push -f "https://x-access-token:${GH_TOKEN}@github.com/${{ github.repository }}.git" HEAD:gh-pages