File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ defaults:
43
43
env :
44
44
# ----------------------------------------------------------------------------
45
45
# Specify the deployment environment: staging or production
46
- HUGO_ENVIRONMENT : production
46
+ HUGO_ENVIRONMENT : staging
47
47
HUGO_VERSION : 0.133.1
48
48
49
49
jobs :
56
56
zoteroVersion : ${{ fromJson(steps.zoteroVersion.outputs.headers).last-modified-version }}
57
57
cacheHit : ${{ steps.cache-zotero-bib.outputs.cache-hit }}
58
58
59
- runs-on : ubuntu-latest
59
+ runs-on : ubuntu-24.04
60
60
concurrency :
61
61
group : ${{ github.workflow }}-${{ github.ref }}
62
62
steps :
85
85
#
86
86
build :
87
87
needs : check
88
- runs-on : ubuntu-latest
88
+ runs-on : ubuntu-24.04
89
89
if : github.event_name == 'push' || needs.check.outputs.cacheHit != 'true'
90
90
steps :
91
91
- uses : actions/checkout@v4
@@ -134,7 +134,7 @@ jobs:
134
134
- name : Setup Node
135
135
uses : actions/setup-node@v4
136
136
with :
137
- node-version : 18
137
+ node-version : 20
138
138
139
139
- run : npm install -g autoprefixer --save-dev
140
140
- run : npm install -g postcss-cli --save-dev
@@ -155,7 +155,7 @@ jobs:
155
155
environment :
156
156
name : github-pages
157
157
url : ${{ steps.deployment.outputs.page_url }}
158
- runs-on : ubuntu-latest
158
+ runs-on : ubuntu-24.04
159
159
needs : build
160
160
161
161
steps :
You can’t perform that action at this time.
0 commit comments