Skip to content

Commit e763008

Browse files
committed
add hugo logging
1 parent 156e4c7 commit e763008

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ defaults:
4343
env:
4444
# ----------------------------------------------------------------------------
4545
# Specify the deployment environment: staging or production
46-
hugoEnvironment: staging
46+
HUGO_ENVIRONMENT: staging
4747
HUGO_VERSION: 0.133.1
4848

4949
jobs:
@@ -152,7 +152,7 @@ jobs:
152152
# HUGO_ENVIRONMENT: staging
153153
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
154154
TZ: America/New York
155-
run: hugo --gc -e staging
155+
run: hugo --gc --logLevel info
156156

157157
# - name: Upload artifact
158158
# uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)