Skip to content

Commit

Permalink
Bump Hugo version for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
rcastley committed Nov 14, 2023
1 parent 56db3b2 commit 6bd3226
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.110.0'
hugo-version: '0.119.0'
extended: true

- name: Setup yq
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-major.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v2
#with:
# submodules: recursive
# fetch-depth: 0
with:
submodules: recursive
fetch-depth: 0
- uses: ./.github/actions/setup
- uses: ./.github/actions/deploy
id: deploy
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v2
#with:
# submodules: recursive
# fetch-depth: 0
with:
submodules: recursive
fetch-depth: 0
- uses: ./.github/actions/setup
- uses: ./.github/actions/deploy
id: deploy
Expand Down

0 comments on commit 6bd3226

Please sign in to comment.