Continue on error for the git step (e.g. if there are no images to push)

This commit is contained in:
2026-08-09 22:49:03 -04:00
parent e3f5c53ebc
commit fb20e45d6f

View File

@@ -50,6 +50,7 @@ jobs:
env: env:
JEKYLL_ENV: production JEKYLL_ENV: production
- name: Push image optimizations onto main - name: Push image optimizations onto main
continue-on-error: true
run: | run: |
git config user.name "github-actions[bot]" git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com" git config user.email "41898282+github-actions[bot]@users.noreply.github.com"