diff --git a/.gitea/workflows/build-and-deploy.yml b/.gitea/workflows/build-and-deploy.yml index 2108857..ed8f1b6 100644 --- a/.gitea/workflows/build-and-deploy.yml +++ b/.gitea/workflows/build-and-deploy.yml @@ -14,22 +14,7 @@ jobs: uses: actions/checkout@v4 - name: Build website content run: hugo - - name: Upload artifacts for next job to use - uses: actions/upload-artifacts@v4 - with: - name: site_content - path: public/ - retention-days: 3 - - push-content: - needs: setup-website-content - runs-on: ubuntu-latest - container: - image: shockrah/hugo - steps: - - name: Download site content for upload - uses: actions/download-artifacts@v4 - with: - name: site_content - name: Check file content is present run: pwd && ls -lRt public/ + - name: Check if scp is available + run: scp --version