diff --git a/.github/workflows/build_commit_web.yml b/.github/workflows/build_commit_web.yml index 013a985a..9f5e78ae 100644 --- a/.github/workflows/build_commit_web.yml +++ b/.github/workflows/build_commit_web.yml @@ -42,6 +42,7 @@ jobs: git add . git commit -m "Update frontend (make web)" git pull --rebase + git push else echo "No changes to commit and push." fi