davideisinger.com

My personal website
Log | Files | Refs | README

commit 561e0b1be5fe5a7172cd8e82204dee5173b35037
parent 958488cc0a4334a10ec313077de78f4478f48dc8
Author: David Eisinger <[email protected]>
Date:   Wed,  7 Feb 2024 11:44:24 -0500

remove encrypted files from static site

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

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml @@ -41,6 +41,7 @@ jobs: run: | source bin/get-last-commit.sh hugo + find public -name "*.enc" -type f -delete - name: Install SSH deploy key if: ${{ github.ref == 'refs/heads/main' }}