Skip to content

Commit

Permalink
update ghaction hugo version
Browse files Browse the repository at this point in the history
  • Loading branch information
QWYNG committed Oct 3, 2024
1 parent ab76de1 commit d3bc4ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-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-24.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
Expand All @@ -20,8 +20,8 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.91.2'
# extended: true
hugo-version: '0.134.0'
extended: true

- name: Build
run: hugo --minify
Expand Down

0 comments on commit d3bc4ce

Please sign in to comment.