remove encrypted files from static site

This commit is contained in:
David Eisinger
2024-02-07 11:44:24 -05:00
parent 958488cc0a
commit 561e0b1be5

View File

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