Still trying to fix it
This commit is contained in:
parent
736338ba75
commit
0bcb45bc5f
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ RUN apk add --no-cache hugo git
|
|||
COPY . .
|
||||
|
||||
# Initialize and update submodules
|
||||
RUN git submodule init && \
|
||||
git submodule update --init --recursive
|
||||
RUN git submodule init
|
||||
RUN git submodule update --init --recursive
|
||||
|
||||
# Build the site
|
||||
RUN hugo --minify
|
||||
|
|
Loading…
Add table
Reference in a new issue