Skip to content

Commit 838105d

Browse files
committed
Add makefile commad for local testing: REVERT BEFORE MERGING
Signed-off-by: Ian Maddaus <[email protected]>
1 parent e98d2e7 commit 838105d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ test_theme: bundle
4444
test_theme_production: bundle
4545
HUGO_MODULE_WORKSPACE=hugo.work hugo server --buildDrafts --noHTTPCache --buildFuture --ignoreVendorPaths "github.com/chef/chef-docs-theme" --environment production
4646

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+
4750
# https://gohugo.io/troubleshooting/audit/
4851
audit: bundle
4952
HUGO_MINIFY_TDEWOLFF_HTML_KEEPCOMMENTS=true HUGO_ENABLEMISSINGTRANSLATIONPLACEHOLDERS=true hugo && grep -inorE "<\!-- raw HTML omitted -->|ZgotmplZ|\[i18n\]|\(<nil>\)|(&lt;nil&gt;)|hahahugo" public/

0 commit comments

Comments
 (0)