Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Liudon authored Sep 30, 2024
1 parent 84db42e commit 7cdc560
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Checkout submodules
run: git submodule update --init --recursive --remote

- name: Get twikoo version
id: twikoo
run: |
Expand Down Expand Up @@ -55,9 +58,6 @@ jobs:
find ./content/posts/ -type f \( -name "*.jpg" -o -name "*.png" -o -name "*.jpeg" \) -exec convert {} {}.webp \;
find ./content/posts/ -type f \( -name "*.jpg" -o -name "*.png" -o -name "*.jpeg" \) -exec convert {} {}.avif \;
- name: Checkout submodules
run: git submodule update --init --recursive --remote

- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
Expand Down

0 comments on commit 7cdc560

Please sign in to comment.