Skip to content

Commit

Permalink
Merge pull request #13 from jtrmal/feature-update-to-node-20
Browse files Browse the repository at this point in the history
upgrade pipeline
  • Loading branch information
jtrmal authored Apr 24, 2024
2 parents 096d82e + e7c7f16 commit 0f352a2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@ on:

jobs:
deploy:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: true # Fetch Hugo themes (true OR recursive)
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: 'latest'
# extended: true
Expand Down

0 comments on commit 0f352a2

Please sign in to comment.