diff --git a/.gitea/workflows/build-and-deploy.yml b/.gitea/workflows/build-and-deploy.yml index 86182c8..921fc87 100644 --- a/.gitea/workflows/build-and-deploy.yml +++ b/.gitea/workflows/build-and-deploy.yml @@ -18,7 +18,7 @@ jobs: - name: Build website content run: hugo - name: Setup ssh agent - run: eval($(ssh-agent -s) + run: eval $(ssh-agent -s) - name: Add private key to agent run: echo ${{ secrets.PRIVATE_KEY }} | ssh-add - > /dev/null - name: Create tmp .ssh directory