From 29fb096215b7171e39e071906c862938284df2cb Mon Sep 17 00:00:00 2001 From: Cubicroot Date: Mon, 11 Oct 2021 19:31:37 +0200 Subject: [PATCH] use git correctly --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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