Exclude kustomize when committing a change to deployment repo

This commit is contained in:
Jack Jackson 2025-02-27 21:42:47 -08:00
parent 5176ec26ff
commit 69fda6dc03

View File

@ -96,6 +96,6 @@ jobs:
run: |
git config --global user.email "auto-updater@scubbo.org"
git config --global user.name "UpdaterBot"
git add .
git add --all -- ':!kustomize'
git commit -m "Update blog content to ${{ gitea.sha}}"
git push