parent
5fb8877cd7
commit
2a6078098b
5 changed files with 2 additions and 1 deletions
|
@ -6,4 +6,4 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: hello world action step
|
||||
uses: ./actions/hugo-three
|
||||
uses: ./actions/hugo-four
|
||||
|
|
|
@ -4,5 +4,6 @@ hugo
|
|||
find ./public -type f -regex ".*\.\(css\|html\|js\|json\|svg\|xml\)$" \
|
||||
-exec brotli --best -f {} \+ \
|
||||
-exec gzip --best -k -f {} \+
|
||||
sync
|
||||
sleep 3
|
||||
exit 0
|
Loading…
Reference in a new issue