test
All checks were successful
/ debug (push) Successful in 42s

This commit is contained in:
Jonas 2024-12-15 17:27:59 +01:00
parent 21a9dd27e6
commit 5fb8877cd7
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
6 changed files with 9 additions and 12 deletions

View file

@ -6,7 +6,4 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: hello world action step - name: hello world action step
uses: ./actions/hugo-two uses: ./actions/hugo-three
- name: show files
run: ls -lR

View file

@ -0,0 +1,8 @@
#!/bin/sh
hugo
find ./public -type f -regex ".*\.\(css\|html\|js\|json\|svg\|xml\)$" \
-exec brotli --best -f {} \+ \
-exec gzip --best -k -f {} \+
sleep 3
exit 0

View file

@ -1,8 +0,0 @@
#!/bin/sh
#hugo
#find ./public -type f -regex ".*\.\(css\|html\|js\|json\|svg\|xml\)$" \
# -exec brotli --best -f {} \+ \
# -exec gzip --best -k -f {} \+
sleep 3
exit 0