debugging
This commit is contained in:
parent
0c702e2625
commit
a4a31e03f1
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ RUN apk add --no-cache hugo git ca-certificates
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
# Initialize submodules
|
# Initialize submodules
|
||||||
|
RUN git status
|
||||||
|
RUN git submodule status
|
||||||
RUN git submodule update --init
|
RUN git submodule update --init
|
||||||
|
|
||||||
# Build the site
|
# Build the site
|
||||||
|
|
Loading…
Add table
Reference in a new issue