We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7fabb7 commit fe968a9Copy full SHA for fe968a9
Dockerfile
@@ -71,6 +71,7 @@ RUN mkdir -p /var/hugo/bin /cache && \
71
addgroup -Sg 1000 hugo && \
72
adduser -Sg hugo -u 1000 -h /var/hugo hugo && \
73
chown -R hugo: /var/hugo /cache && \
74
+ chown -R hugo: $GITHUB_WORKSPACE || : && \
75
# For the Hugo's Git integration to work.
76
runuser -u hugo -- git config --global --add safe.directory /project && \
77
# See https://github.com/gohugoio/hugo/issues/9810
0 commit comments