build(ci): sync with repo before git commit
[poolifier.git] / .github / workflows / generate-documentation.yml
index f3d4ae4e428b116ce26bbb184f1263ed3b41eb59..0555ad8b779ebf04391c8779a55d80080922fb77 100644 (file)
@@ -36,6 +36,7 @@ jobs:
         run: |
           git config --local user.name "${{ env.COMMIT_AUTHOR }}"
           git config --local user.email "${{ env.COMMIT_EMAIL }}"
+          git pull
           git add ./docs
           git commit -a -m "${{ env.COMMIT_MESSAGE }}"