diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index d74e2fa..07c0a3c 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -161,6 +161,7 @@ jobs: git remote add origin git@github.com/$GITHUB_REPOSITORY.git git config --local user.email "actions@github.com" git config --local user.name "Github Actions" + git add . git commit -m "deploy" - name: Force push to destination branch