We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa13cb commit 86d0651Copy full SHA for 86d0651
.github/workflows/gh-pages.yml
@@ -25,4 +25,4 @@ jobs:
25
branch: main
26
cname: numpy.org
27
repo: numpy/numpy.github.com
28
- hugoVersion: extended_0.104.3
+ hugoVersion: extended_0.114.1
netlify.toml
@@ -1,9 +1,9 @@
1
# Settings in the [build] context are global and are applied to all contexts
2
# unless otherwise overridden by more specific contexts.
3
[build.environment]
4
- PYTHON_VERSION = "3.8"
+ PYTHON_VERSION = "3.8" # netlify currently only support 2.7 and 3.8
5
# Same Hugo version as in .github/workflows/gh-pages.yml
6
- HUGO_VERSION = "0.104.3"
+ HUGO_VERSION = "0.114.1"
7
8
# Here is another way to define context specific environment variables.
9
[context.deploy-preview.environment]
0 commit comments