Skip to content

Commit 43ed5ae

Browse files
author
John Mee
committed
update github action to remove warning
1 parent be9dcd6 commit 43ed5ae

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/hugo.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@ on:
55
branches:
66
- master
77

8+
env:
9+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
10+
811
jobs:
912
build:
1013
runs-on: ubuntu-latest
1114
steps:
1215
- name: Checkout code
13-
uses: actions/checkout@v4
16+
uses: actions/checkout@v6
1417

1518
- name: Setup Hugo
1619
uses: peaceiris/actions-hugo@v3
@@ -39,3 +42,5 @@ jobs:
3942
- name: Deploy to GitHub Pages
4043
id: deployment
4144
uses: actions/deploy-pages@v4
45+
with:
46+
artifact_name: github-pages

.nojekyll

Whitespace-only changes.

hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseURL = 'https://johnmee.com/'
1+
baseURL = 'https://www.johnmee.com/'
22
languageCode = 'en-au'
33
title = 'John Mee'
44
[params]

0 commit comments

Comments
 (0)