Skip to content

Commit

Permalink
fixup(ci): init theme submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
litlighilit committed Jan 3, 2025
1 parent d8b45f4 commit 315910a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
uses: actions/configure-pages@v5
- name: Install Node.js dependencies
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
- name: Init Themes
run: |
git submodule update --init --recursive
- name: Build with Hugo
env:
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
Expand Down

0 comments on commit 315910a

Please sign in to comment.