We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66f0018 + e763008 commit 5967cc9Copy full SHA for 5967cc9
.github/workflows/gh-pages.yml
@@ -43,7 +43,7 @@ defaults:
43
env:
44
# ----------------------------------------------------------------------------
45
# Specify the deployment environment: staging or production
46
- hugoEnvironment: staging
+ HUGO_ENVIRONMENT: staging
47
HUGO_VERSION: 0.133.1
48
49
jobs:
@@ -152,7 +152,7 @@ jobs:
152
# HUGO_ENVIRONMENT: staging
153
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
154
TZ: America/New York
155
- run: hugo --gc -e staging
+ run: hugo --gc --logLevel info
156
157
# - name: Upload artifact
158
# uses: actions/upload-pages-artifact@v3
0 commit comments