Skip to content

Commit

Permalink
Update GitHub Pages workflow file example
Browse files Browse the repository at this point in the history
  • Loading branch information
jmooring committed Jun 28, 2024
1 parent 2600a8a commit 0271341
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions content/en/hosting-and-deployment/hosting-on-github/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 0271341

Please sign in to comment.