Skip to content

Commit

Permalink
Imagine if we used a modern hugo version to build the site
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed Apr 1, 2024
1 parent 49b0cea commit 8bf6ea0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
deploy:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -17,7 +17,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.85.0'
hugo-version: '0.124.1'
extended: true

- name: Npm install
Expand Down

0 comments on commit 8bf6ea0

Please sign in to comment.