diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 0f3614c..6312cc6 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -26,6 +26,9 @@ jobs: if: github.ref == 'refs/heads/main' runs-on: ubuntu-latest steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Deploy to server uses: appleboy/ssh-action@master with: