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 f416cf7 + a7f0f5d commit 6dd9262Copy full SHA for 6dd9262
.github/workflows/gh-pages.yml
@@ -149,10 +149,10 @@ jobs:
149
150
- name: Build
151
env:
152
- HUGO_ENVIRONMENT: staging
+# HUGO_ENVIRONMENT: staging
153
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
154
TZ: America/New York
155
- run: hugo --gc
+ run: hugo --gc -e staging
156
157
- name: Upload artifact
158
uses: actions/upload-pages-artifact@v3
@@ -166,6 +166,7 @@ jobs:
166
url: ${{ steps.deployment.outputs.page_url }}
167
runs-on: ubuntu-latest
168
needs: build
169
+
170
steps:
171
- name: Deploy to GitHub Pages
172
id: deployment
0 commit comments