From 4a0daa81ca8b6cc5af9e98766285fe66ef46d52d Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Fri, 7 Jun 2024 10:19:51 -0500 Subject: [PATCH] re-add 404 page for neocities --- .github/workflows/deploy-prod.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index d6bd0c7..a0de675 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -62,6 +62,9 @@ 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@v1 with: