Skip to content

Commit

Permalink
Update hugo-deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhattor committed Sep 7, 2023
1 parent ba91926 commit 14cb05f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/hugo-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Update submodules
run: git submodule update --remote --recursive
- name: Setup Node.js
uses: actions/setup-node@v3
- name: Setup Hugo
Expand Down

0 comments on commit 14cb05f

Please sign in to comment.