Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
beaudrychase committed Jun 30, 2024
1 parent c0fc731 commit 91e8f98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/hugo-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:

- name: Checkout
uses: actions/checkout@v4
with:
submodules: 'true'

- name: Setup Pages
id: pages
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:

- name: Checkout
uses: actions/checkout@v4
with:
submodules: 'true'

- name: Setup Pages
id: pages
Expand Down

0 comments on commit 91e8f98

Please sign in to comment.