From b3bfe64a658178a6d894aff4120a8c75a4aa650c Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sun, 21 Jan 2024 13:04:43 -0600 Subject: [PATCH] create not_found.html for neocities --- .github/workflows/deploy-to-neocities.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy-to-neocities.yml b/.github/workflows/deploy-to-neocities.yml index 5af202d..a125563 100644 --- a/.github/workflows/deploy-to-neocities.yml +++ b/.github/workflows/deploy-to-neocities.yml @@ -41,6 +41,9 @@ jobs: run: | hugo \ --minify + - name: Insert 404 page + run: | + cp public/not_found/index.html public/not_found.html - name: Highlight with Torchlight run: | npm i @torchlight-api/torchlight-cli