remove unneeded hugo vars

This commit is contained in:
John Bowdre 2024-01-21 15:14:51 -06:00
parent dc6618b949
commit dd2aa6c251

View file

@ -32,10 +32,6 @@ jobs:
- name: Install Node.js dependencies - name: Install Node.js dependencies
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true" run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
- name: Build with Hugo - name: Build with Hugo
env:
# For maximum backward compatibility with Hugo modules
HUGO_ENVIRONMENT: production
HUGO_ENV: production
run: hugo --minify run: hugo --minify
- name: Insert 404 page - name: Insert 404 page
run: | run: |