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: |
|
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' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user