Skip to content

Commit a7b4288

Browse files
committed
Docs: Release site with production tag
1 parent e4400c2 commit a7b4288

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ gencatalog:
8080

8181
gendocs:
8282
rm -rf docs/
83-
(cd site && go run github.com/gohugoio/hugo)
83+
(cd site && env HUGO_ENV="production" hugo)
8484

8585
docs: gencatalog gendocs license
8686

site/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ anchor = "smart"
4949
[services]
5050
[services.googleAnalytics]
5151
# Comment out the next line to disable GA tracking. Also disables the feature described in [params.ui.feedback].
52-
#id = "UA-00000000-0"
52+
id = "UA-171557011-1"
5353

5454
# Language configuration
5555

0 commit comments

Comments
 (0)