We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff9f515 commit e92ead9Copy full SHA for e92ead9
.github/workflows/hugo.yml
@@ -33,7 +33,6 @@ jobs:
33
runs-on: ubuntu-latest
34
env:
35
HUGO_VERSION: 0.137.1
36
- HUGO_ENVIRONMENT: production
37
steps:
38
- name: Install Hugo CLI
39
run: |
@@ -54,6 +53,7 @@ jobs:
54
53
- name: Build with Hugo
55
56
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
+ HUGO_ENVIRONMENT: production
57
TZ: America/Los_Angeles
58
59
hugo \
config.toml
@@ -36,6 +36,8 @@ googleAnalytics = "G-TB5X9PJPXB"
enableGoogleAnalytics = true
enableComments = true
+ env = "production"
40
+
41
[markup]
42
[markup.highlight]
43
style = "github"
0 commit comments