flag preview deploys

This commit is contained in:
John Bowdre 2024-01-23 13:16:09 -06:00
parent de6d26f360
commit 373d0e2986

View file

@ -30,7 +30,7 @@ jobs:
with:
submodules: recursive
- name: Build with Hugo
run: hugo --minify
run: hugo --minify --environment preview
- name: Insert 404 page
run: |
cp public/404/index.html public/not_found.html