davideisinger.com

My personal website
Log | Files | Refs | README

commit 3950b09c0334c160bf465ca40604946b5e473410
parent 90e283af6c005404f4f41bda8d1f7e8a853f8c01
Author: David Eisinger <[email protected]>
Date:   Tue, 13 Feb 2024 21:07:13 -0500

minify

Diffstat:
M.github/workflows/deploy.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml @@ -47,7 +47,7 @@ jobs: DITHER_SERVER: http://localhost:4567 run: | source bin/get-last-commit.sh - hugo + hugo --minify find public -name "*.enc" -type f -delete - name: Install SSH deploy key