<!--Delete sections as needed -->

## Description

<!-- Tell us what you did and why -->

## Related issues or tickets

<!-- Related issues, pull requests, or Jira tickets -->

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
This commit is contained in:
Allie Sadler 2024-11-18 16:58:51 +00:00 committed by GitHub
parent 0571834c70
commit 53f58c9255
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
ARG ALPINE_VERSION=3.20
ARG GO_VERSION=1.23
ARG HTMLTEST_VERSION=0.17.0
ARG HUGO_VERSION=0.138.0
ARG HUGO_VERSION=0.139.0
ARG NODE_VERSION=22
ARG PAGEFIND_VERSION=1.1.1

View File

@ -4,7 +4,7 @@ publish = "public"
[context.deploy-preview.environment]
NODE_VERSION = "22"
NODE_ENV = "production"
HUGO_VERSION = "0.138.0"
HUGO_VERSION = "0.139.0"
HUGO_ENABLEGITINFO = "true"
HUGO_ENVIRONMENT = "preview"