Still trying to fix it

This commit is contained in:
Jeremy Karst 2025-04-04 21:00:38 -04:00
parent 736338ba75
commit 0bcb45bc5f

View file

@ -8,8 +8,8 @@ RUN apk add --no-cache hugo git
COPY . . COPY . .
# Initialize and update submodules # Initialize and update submodules
RUN git submodule init && \ RUN git submodule init
git submodule update --init --recursive RUN git submodule update --init --recursive
# Build the site # Build the site
RUN hugo --minify RUN hugo --minify