diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 284b21e..119ef5a 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -62,15 +62,6 @@ jobs: upload: "true" remove: "true" purgePullZone: "true" - - name: Insert 404 page for Neocities - run: | - cp public/404/index.html public/not_found.html - - name: Deploy HTML to Neocities - uses: bcomnes/deploy-to-neocities@v2 - with: - api_token: ${{ secrets.NEOCITIES_API_TOKEN }} - cleanup: true - dist_dir: public - name: Deploy GMI to Agate run: | rsync -avz --delete --exclude='*.html' --exclude='*.css' --exclude='*.js' -e ssh public/ deploy@${{ secrets.GMI_HOST }}:${{ secrets.GMI_CONTENT_PATH }}