debugging

This commit is contained in:
Jeremy Karst 2025-04-04 21:09:52 -04:00
parent 0c702e2625
commit a4a31e03f1

View file

@ -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