diff --git a/.github/actions/alpine-pandoc-hugo/Dockerfile b/.github/actions/alpine-pandoc-hugo/Dockerfile index b1c0c6048..767d15eb0 100644 --- a/.github/actions/alpine-pandoc-hugo/Dockerfile +++ b/.github/actions/alpine-pandoc-hugo/Dockerfile @@ -7,4 +7,6 @@ RUN apk --no-cache add ruby git COPY delete-script.rb /opt/delete-script.rb RUN chmod +x /opt/delete-script.rb +RUN git config --global --add safe.directory /data + ENTRYPOINT ["sh", "-c"]