diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index ff9ca28..b1bd533 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -23,19 +23,7 @@ jobs: run: | hugo \ --minify - - uses: actions/upload-artifact@master - with: - name: built-artifact - path: public/ - deploy: - runs-on: ubuntu-latest - needs: build - steps: - - uses: actions/checkout@master - - uses: actions/download-artifact@master - with: - name: built-artifact - path: public/ + - name: pre-reqs run: apt update; apt install -y sshpass - name: Deploy to Server