Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
twistedpair committed Jan 1, 2025
1 parent 9293e07 commit 69919d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
build-deploy:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@main
- uses: actions/checkout@v4
with:
submodules: true

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

- name: Build Site
Expand Down

0 comments on commit 69919d5

Please sign in to comment.