From 373d0e2986af2a00e050a9dd74447a767c36ccba Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Tue, 23 Jan 2024 13:16:09 -0600 Subject: [PATCH] flag preview deploys --- .github/workflows/deploy-preview-to-neocities.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-preview-to-neocities.yml b/.github/workflows/deploy-preview-to-neocities.yml index f912451..9238a13 100644 --- a/.github/workflows/deploy-preview-to-neocities.yml +++ b/.github/workflows/deploy-preview-to-neocities.yml @@ -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