add submodule init
Some checks failed
Build and Publish Docker Image / build (push) Failing after 7s

This commit is contained in:
2026-05-13 21:47:45 +00:00
parent 741135f93a
commit 3f12dbccd0

View File

@@ -9,6 +9,8 @@ WORKDIR /opt/HugoApp
# Copy Hugo config into the container Workdir. # Copy Hugo config into the container Workdir.
COPY . . COPY . .
RUN git submodule update --init --recursive
# Run Hugo in the Workdir to generate HTML. # Run Hugo in the Workdir to generate HTML.
RUN hugo RUN hugo