Skip to content

Commit 7cdc560

Browse files
authored
Update main.yml
1 parent 84db42e commit 7cdc560

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
- name: Checkout repository
2727
uses: actions/checkout@v4
2828

29+
- name: Checkout submodules
30+
run: git submodule update --init --recursive --remote
31+
2932
- name: Get twikoo version
3033
id: twikoo
3134
run: |
@@ -55,9 +58,6 @@ jobs:
5558
find ./content/posts/ -type f \( -name "*.jpg" -o -name "*.png" -o -name "*.jpeg" \) -exec convert {} {}.webp \;
5659
find ./content/posts/ -type f \( -name "*.jpg" -o -name "*.png" -o -name "*.jpeg" \) -exec convert {} {}.avif \;
5760
58-
- name: Checkout submodules
59-
run: git submodule update --init --recursive --remote
60-
6161
- name: Setup Hugo
6262
uses: peaceiris/actions-hugo@v3
6363
with:

0 commit comments

Comments
 (0)