Skip to content

Commit

Permalink
Docs: Release site with production tag
Browse files Browse the repository at this point in the history
  • Loading branch information
prachirp committed Jul 6, 2020
1 parent e4400c2 commit a7b4288
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ gencatalog:

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

docs: gencatalog gendocs license

Expand Down
2 changes: 1 addition & 1 deletion site/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ anchor = "smart"
[services]
[services.googleAnalytics]
# Comment out the next line to disable GA tracking. Also disables the feature described in [params.ui.feedback].
#id = "UA-00000000-0"
id = "UA-171557011-1"

# Language configuration

Expand Down

0 comments on commit a7b4288

Please sign in to comment.