Skip to content

Commit

Permalink
use node20
Browse files Browse the repository at this point in the history
  • Loading branch information
xanhacks committed Feb 6, 2024
1 parent 106ad2c commit de0d008
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.122.0
using: "node20"
steps:
- name: Install Hugo CLI
run: |
Expand Down Expand Up @@ -55,10 +56,11 @@ jobs:
path: ./public

deploy:
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ env.WEBSITE_URL }}
runs-on: ubuntu-latest
using: "node20"
needs: build
steps:
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit de0d008

Please sign in to comment.