mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +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: |
|
run: |
|
||||||
hugo \
|
hugo \
|
||||||
--minify
|
--minify
|
||||||
|
- name: Insert 404 page
|
||||||
|
run: |
|
||||||
|
cp public/not_found/index.html public/not_found.html
|
||||||
- name: Highlight with Torchlight
|
- name: Highlight with Torchlight
|
||||||
run: |
|
run: |
|
||||||
npm i @torchlight-api/torchlight-cli
|
npm i @torchlight-api/torchlight-cli
|
||||||
|
|
Loading…
Reference in a new issue