Skip to content

Commit

Permalink
Revert "add env for gh pages dev"
Browse files Browse the repository at this point in the history
This reverts commit 17591d3.

Signed-off-by: Tobias Brunner <[email protected]>
  • Loading branch information
tobru committed Apr 15, 2024
1 parent 17591d3 commit 69d61eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
- name: Build with Hugo
env:
HUGO_ENVIRONMENT: ghdev
HUGO_ENV: ghdev
HUGO_ENVIRONMENT: production
HUGO_ENV: production
run: |
hugo \
--minify \
Expand Down
1 change: 0 additions & 1 deletion config/ghdev/hugo.yaml

This file was deleted.

0 comments on commit 69d61eb

Please sign in to comment.