From 1676484d0d0dc6e664ae55639d6498d882412cfd Mon Sep 17 00:00:00 2001 From: lubiana Date: Thu, 12 Dec 2024 21:31:17 +0100 Subject: [PATCH] test --- actions/hugo/Dockerfile | 2 +- actions/hugo/entrypoint.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/actions/hugo/Dockerfile b/actions/hugo/Dockerfile index f857370..fa102c9 100644 --- a/actions/hugo/Dockerfile +++ b/actions/hugo/Dockerfile @@ -8,5 +8,5 @@ RUN apk add --no-cache \ COPY entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh -ENTRYPOINT ["/entrypoint.sh"] +CMD ["/entrypoint.sh"] diff --git a/actions/hugo/entrypoint.sh b/actions/hugo/entrypoint.sh index 9837cd4..d7868de 100644 --- a/actions/hugo/entrypoint.sh +++ b/actions/hugo/entrypoint.sh @@ -1,4 +1,4 @@ -#!/bin/sh -l +#!/bin/sh hugo find ./public -type f -regex ".*\.\(css\|html\|js\|json\|svg\|xml\)$" \