Compare commits
2 Commits
5dd2cdd8c4
...
renovate/a
| Author | SHA1 | Date | |
|---|---|---|---|
| 9d77cd6f2a | |||
| 7236052a4a |
@@ -10,7 +10,7 @@ jobs:
|
||||
runs-on: linux_amd
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
# 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.89.1
|
||||
RUN hugo
|
||||
|
||||
# Publish Stage
|
||||
|
||||
Reference in New Issue
Block a user