diff --git a/.forgejo/workflows/demo.yml b/.forgejo/workflows/demo.yml index eab36aa..ab708df 100644 --- a/.forgejo/workflows/demo.yml +++ b/.forgejo/workflows/demo.yml @@ -6,4 +6,4 @@ jobs: steps: - uses: actions/checkout@v4 - name: hello world action step - uses: ./actions/hugo-three + uses: ./actions/hugo-four diff --git a/actions/hugo-three/Dockerfile b/actions/hugo-four/Dockerfile similarity index 100% rename from actions/hugo-three/Dockerfile rename to actions/hugo-four/Dockerfile diff --git a/actions/hugo-three/README.md b/actions/hugo-four/README.md similarity index 100% rename from actions/hugo-three/README.md rename to actions/hugo-four/README.md diff --git a/actions/hugo-three/action.yml b/actions/hugo-four/action.yml similarity index 100% rename from actions/hugo-three/action.yml rename to actions/hugo-four/action.yml diff --git a/actions/hugo-three/entrypoint.sh b/actions/hugo-four/entrypoint.sh similarity index 97% rename from actions/hugo-three/entrypoint.sh rename to actions/hugo-four/entrypoint.sh index 256fe56..00e3ff8 100755 --- a/actions/hugo-three/entrypoint.sh +++ b/actions/hugo-four/entrypoint.sh @@ -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