mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +00:00
re-add 404 page for neocities
This commit is contained in:
parent
f5decc9197
commit
4a0daa81ca
1 changed files with 3 additions and 0 deletions
3
.github/workflows/deploy-prod.yml
vendored
3
.github/workflows/deploy-prod.yml
vendored
|
@ -62,6 +62,9 @@ jobs:
|
||||||
upload: "true"
|
upload: "true"
|
||||||
remove: "true"
|
remove: "true"
|
||||||
purgePullZone: "true"
|
purgePullZone: "true"
|
||||||
|
- name: Insert 404 page for Neocities
|
||||||
|
run: |
|
||||||
|
cp public/404/index.html public/not_found.html
|
||||||
- name: Deploy HTML to Neocities
|
- name: Deploy HTML to Neocities
|
||||||
uses: bcomnes/deploy-to-neocities@v1
|
uses: bcomnes/deploy-to-neocities@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue