From fb20e45d6ff7fb7f82d60a7b4fb0567a9efc6896 Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Sun, 9 Aug 2026 22:49:03 -0400 Subject: [PATCH] Continue on error for the git step (e.g. if there are no images to push) --- .github/workflows/jekyll.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 95cd51d..7be260c 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -50,6 +50,7 @@ jobs: env: JEKYLL_ENV: production - name: Push image optimizations onto main + continue-on-error: true run: | git config user.name "github-actions[bot]" git config user.email "41898282+github-actions[bot]@users.noreply.github.com"