Compare commits

..

1 Commits

Author SHA1 Message Date
a9f98cfa0f chore(deps): update hugomods/hugo docker tag to v0.148.0 2025-07-10 00:01:14 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: linux_amd
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v4
# with:
# lfs: 'true'
- name: Checkout LFS

View File

@@ -7,7 +7,7 @@ WORKDIR /opt/blog
COPY . /opt/blog/
RUN git submodule update --init --recursive && \
git -C themes/blowfish/ checkout v2.88.1
git -C themes/blowfish/ checkout v2.87.0
RUN hugo
# Publish Stage