Skip to content

Commit

Permalink
ci: pin hugo 0.119, update theme submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
james-s-w-clark committed Sep 28, 2023
1 parent 0608fe4 commit 9d58b9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
deploy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod

- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: 'latest'
hugo-version: '0.119'
extended: true

- name: Build
Expand Down

0 comments on commit 9d58b9c

Please sign in to comment.