You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -44,9 +44,6 @@ test_theme: bundle
44
44
test_theme_production: bundle
45
45
HUGO_MODULE_WORKSPACE=hugo.work hugo server --buildDrafts --noHTTPCache --buildFuture --ignoreVendorPaths "github.com/chef/chef-docs-theme" --environment production
46
46
47
-
test_on_prem_builder: bundle
48
-
HUGO_MODULE_WORKSPACE=hugo_builder.work hugo server --buildDrafts --noHTTPCache --buildFuture --ignoreVendorPaths "github.com/habitat-sh/on-prem-builder/docs-chef-io"
49
-
50
47
# https://gohugo.io/troubleshooting/audit/
51
48
audit: bundle
52
49
HUGO_MINIFY_TDEWOLFF_HTML_KEEPCOMMENTS=true HUGO_ENABLEMISSINGTRANSLATIONPLACEHOLDERS=true hugo && grep -inorE "<\!-- raw HTML omitted -->|ZgotmplZ|\[i18n\]|\(<nil>\)|(<nil>)|hahahugo" public/
0 commit comments