add submodule init
Some checks failed
Build and Publish Docker Image / build (push) Failing after 7s
Some checks failed
Build and Publish Docker Image / build (push) Failing after 7s
This commit is contained in:
@@ -9,6 +9,8 @@ WORKDIR /opt/HugoApp
|
||||
# Copy Hugo config into the container Workdir.
|
||||
COPY . .
|
||||
|
||||
RUN git submodule update --init --recursive
|
||||
|
||||
# Run Hugo in the Workdir to generate HTML.
|
||||
RUN hugo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user