diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 20f3a7b..75a4437 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -30,12 +30,7 @@ jobs: run: npx astro sync - name: Install, build, and upload your site run: npm run build - - deploy: - needs: build - runs-on: ubuntu-latest - steps: - - name: "Deploy" + - name: Deploy uses: https://code.klank.school/riviera/actions-file-deployer@v4 with: remote-protocol: "sftp"