From 2a6078098bf6529bea5e3976bd1ab83ee4effe61 Mon Sep 17 00:00:00 2001 From: lubiana Date: Sun, 15 Dec 2024 17:29:07 +0100 Subject: [PATCH] test --- .forgejo/workflows/demo.yml | 2 +- actions/{hugo-three => hugo-four}/Dockerfile | 0 actions/{hugo-three => hugo-four}/README.md | 0 actions/{hugo-three => hugo-four}/action.yml | 0 actions/{hugo-three => hugo-four}/entrypoint.sh | 1 + 5 files changed, 2 insertions(+), 1 deletion(-) rename actions/{hugo-three => hugo-four}/Dockerfile (100%) rename actions/{hugo-three => hugo-four}/README.md (100%) rename actions/{hugo-three => hugo-four}/action.yml (100%) rename actions/{hugo-three => hugo-four}/entrypoint.sh (97%) 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