mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +00:00
flag preview deploys
This commit is contained in:
parent
de6d26f360
commit
373d0e2986
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: Build with Hugo
|
- name: Build with Hugo
|
||||||
run: hugo --minify
|
run: hugo --minify --environment preview
|
||||||
- name: Insert 404 page
|
- name: Insert 404 page
|
||||||
run: |
|
run: |
|
||||||
cp public/404/index.html public/not_found.html
|
cp public/404/index.html public/not_found.html
|
||||||
|
|
Loading…
Reference in a new issue