Compare commits
1 Commits
renovate/a
...
a9f98cfa0f
Author | SHA1 | Date | |
---|---|---|---|
a9f98cfa0f |
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user