fix: hugo image build
Some checks failed
Build Blog Docker Image / build docker (push) Failing after 45s
Some checks failed
Build Blog Docker Image / build docker (push) Failing after 45s
This commit is contained in:
@ -3,7 +3,7 @@ FROM git.d3vyce.fr/d3vyce/hugo:latest AS build
|
||||
WORKDIR /opt/blog
|
||||
COPY . /opt/blog/
|
||||
|
||||
RUN git submodule update --recursive
|
||||
RUN git submodule update --recursive --force
|
||||
RUN hugo
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user