From 1c00fef397adc74d7e872cc27babe1457ea6dffc Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Fri, 7 Jun 2024 12:51:44 -0500 Subject: [PATCH] workflow: remove neocities again, for good --- .github/workflows/deploy-prod.yml | 9 --------- 1 file changed, 9 deletions(-) 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 }}