Skip to content

Commit 0c9ddd0

Browse files
committed
Merge branch 'main' into updateHugoModules
2 parents a645419 + b480da1 commit 0c9ddd0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/gh-pages.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ defaults:
4343
env:
4444
# ----------------------------------------------------------------------------
4545
# Specify the deployment environment: staging or production
46-
HUGO_ENVIRONMENT: production
46+
HUGO_ENVIRONMENT: staging
4747
HUGO_VERSION: 0.141.0
4848

4949
jobs:
@@ -56,7 +56,7 @@ jobs:
5656
zoteroVersion: ${{ fromJson(steps.zoteroVersion.outputs.headers).last-modified-version }}
5757
cacheHit: ${{ steps.cache-zotero-bib.outputs.cache-hit }}
5858

59-
runs-on: ubuntu-latest
59+
runs-on: ubuntu-24.04
6060
concurrency:
6161
group: ${{ github.workflow }}-${{ github.ref }}
6262
steps:
@@ -85,7 +85,7 @@ jobs:
8585
#
8686
build:
8787
needs: check
88-
runs-on: ubuntu-latest
88+
runs-on: ubuntu-24.04
8989
if: github.event_name == 'push' || needs.check.outputs.cacheHit != 'true'
9090
steps:
9191
- uses: actions/checkout@v4
@@ -134,7 +134,7 @@ jobs:
134134
- name: Setup Node
135135
uses: actions/setup-node@v4
136136
with:
137-
node-version: 18
137+
node-version: 20
138138

139139
- run: npm install -g autoprefixer --save-dev
140140
- run: npm install -g postcss-cli --save-dev
@@ -155,7 +155,7 @@ jobs:
155155
environment:
156156
name: github-pages
157157
url: ${{ steps.deployment.outputs.page_url }}
158-
runs-on: ubuntu-latest
158+
runs-on: ubuntu-24.04
159159
needs: build
160160

161161
steps:

0 commit comments

Comments
 (0)