diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 9a594ef..44da8bc 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -42,4 +42,4 @@ jobs: - name: Commit and push env: SSH_AUTH_SOCK: /tmp/ssh_agent.sock - run: cd website && git commit -m "Update to ${{ github.sha }}" && git push + run: cd website && git add . && git commit -m "Update to ${{ github.sha }}" && git push