diff --git a/.gitea/workflows/hugo.yaml b/.gitea/workflows/hugo.yaml index 15e822a..ed2f097 100644 --- a/.gitea/workflows/hugo.yaml +++ b/.gitea/workflows/hugo.yaml @@ -61,8 +61,8 @@ jobs: username: ${{ secrets.SSH_USER }} key: ${{ secrets.SSH_KEY }} script: | - rm -r ${{WEB_DIR}}/*" - tar -xvf /tmp/website.tar --directory ${{WEB_DIR}}/" + rm -r ${{ WEB_DIR }}/*" + tar -xvf /tmp/website.tar --directory ${{ WEB_DIR }}/" rm /tmp/website.tar"