update
This commit is contained in:
@ -4,7 +4,8 @@ FROM git.d3vyce.fr/d3vyce/hugo:latest AS build
|
||||
WORKDIR /opt/blog
|
||||
COPY . /opt/blog/
|
||||
|
||||
RUN git submodule update --init --recursive
|
||||
RUN git submodule update --init --recursive && \
|
||||
git -C themes/blowfish/ checkout v2.58.0
|
||||
RUN hugo
|
||||
|
||||
# Publish Stage
|
||||
|
Reference in New Issue
Block a user