Skip to content

Commit 86d0651

Browse files
committed
Update hugo
1 parent faa13cb commit 86d0651

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
branch: main
2626
cname: numpy.org
2727
repo: numpy/numpy.github.com
28-
hugoVersion: extended_0.104.3
28+
hugoVersion: extended_0.114.1

netlify.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Settings in the [build] context are global and are applied to all contexts
22
# unless otherwise overridden by more specific contexts.
33
[build.environment]
4-
PYTHON_VERSION = "3.8"
4+
PYTHON_VERSION = "3.8" # netlify currently only support 2.7 and 3.8
55
# Same Hugo version as in .github/workflows/gh-pages.yml
6-
HUGO_VERSION = "0.104.3"
6+
HUGO_VERSION = "0.114.1"
77

88
# Here is another way to define context specific environment variables.
99
[context.deploy-preview.environment]

0 commit comments

Comments
 (0)