Skip to content

Commit

Permalink
Update Actions deploy workflow for node 0.16 removal
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Piper <[email protected]>
  • Loading branch information
andypiper authored Mar 10, 2024
1 parent b46e2d9 commit 6b24189
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.121.0
HUGO_VERSION: 0.123.0
steps:
- name: Install Hugo CLI
run: |
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/"
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: ./public

Expand All @@ -75,6 +75,6 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4


0 comments on commit 6b24189

Please sign in to comment.