Update GitHub Pages workflow file example

This commit is contained in:
Joe Mooring
2024-06-28 13:28:31 -07:00
committed by GitHub
parent 2600a8a2e2
commit 0271341023
@@ -117,9 +117,8 @@ jobs:
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
- name: Build with Hugo
env:
# For maximum backward compatibility with Hugo modules
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
HUGO_ENVIRONMENT: production
HUGO_ENV: production
TZ: America/Los_Angeles
run: |
hugo \