Skip to content

Commit

Permalink
Upgrade Hugo and PaperMod versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ericksli committed Nov 24, 2024
1 parent ed7500f commit f29127a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
deploy:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
Expand All @@ -22,9 +22,9 @@ jobs:
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod

- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
uses: peaceiris/actions-hugo@v3
with:
hugo-version: '0.123.2'
hugo-version: '0.139.2'
extended: true

- name: Build
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/public/
/resources/_gen/
hugo_stats.json
.hugo_build.lock

# Executable may be added to repository
hugo.exe
Expand Down

0 comments on commit f29127a

Please sign in to comment.