From 91934112fa772a45b58690d3a35d77ea44c3086a Mon Sep 17 00:00:00 2001 From: Alejandro Frias <3598338+AlejandroFrias@users.noreply.github.com> Date: Mon, 25 Aug 2025 14:58:18 -0700 Subject: [PATCH] create empty commits on gh-pages --- .github/workflows/badges.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/badges.yml b/.github/workflows/badges.yml index 22476fb..243f942 100644 --- a/.github/workflows/badges.yml +++ b/.github/workflows/badges.yml @@ -3,10 +3,9 @@ on: push: branches: - main - - master jobs: - update-badges: + badges: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -26,5 +25,5 @@ jobs: git config --global user.name "GitHub Actions" git config --global user.email "actions@github.com" git add . - git commit -m "Update badges" + git commit --allow-empty -m "Update badges" git push --force origin gh-pages \ No newline at end of file