Skip to content

Commit

Permalink
add config.toml to Netlify build previews
Browse files Browse the repository at this point in the history
Signed-off-by: IanMadd <[email protected]>
  • Loading branch information
IanMadd committed Feb 9, 2021
1 parent c33ef96 commit 118c8c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/docs-chef-io/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ preview_netlify: chef_web_docs
cp -R data/* chef-web-docs/_vendor/github.com/chef/automate/components/docs-chef-io/data
cp -R layouts/* chef-web-docs/_vendor/github.com/chef/automate/components/docs-chef-io/layouts
cp -R static/* chef-web-docs/_vendor/github.com/chef/automate/components/docs-chef-io/static
cp -R config.toml chef-web-docs/_vendor/github.com/chef/automate/components/docs-chef-io/
pushd chef-web-docs && make assets; hugo --buildFuture --gc --minify && popd

serve: generate_swagger chef_web_docs
Expand Down

0 comments on commit 118c8c1

Please sign in to comment.