mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-12 19:12:18 +00:00
create not_found.html for neocities
This commit is contained in:
parent
7f02efaae8
commit
b3bfe64a65
1 changed files with 3 additions and 0 deletions
3
.github/workflows/deploy-to-neocities.yml
vendored
3
.github/workflows/deploy-to-neocities.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue