Skip to content

Commit

Permalink
Update workflow to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
WillisBrewery committed Oct 16, 2024
1 parent b77198c commit 42b11e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
Build_and_Deploy:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
uses: peaceiris/actions-hugo@v3
with:
hugo-version: '0.115.4'
hugo-version: '0.119.0'

- name: Build
run: hugo
Expand Down

0 comments on commit 42b11e2

Please sign in to comment.