From c46d693bbc03ecda004d1ff7a36dd0335e3ae5f9 Mon Sep 17 00:00:00 2001 From: Cubicroot Date: Mon, 11 Oct 2021 19:25:42 +0200 Subject: [PATCH] Update documentation.yml --- .github/workflows/documentation.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 45f533e..4cb6e93 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -34,10 +34,10 @@ jobs: - name: Checkout website env: SSH_AUTH_SOCK: /tmp/ssh_agent.sock - run: mkdir /website && git clone git@github.com:pushbits/website.git /website + run: mkdir website && git clone git@github.com:pushbits/website.git website - name: Copy index.html - run: cp index.html /website/index.html + run: cp index.html website/index.html - 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 commit -m "Update to ${{ github.sha }}" && git push