remove encrypted files from static site
This commit is contained in:
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
@@ -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' }}
|
||||
|
||||
Reference in New Issue
Block a user