mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Update makefile
Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
This commit is contained in:
parent
e157eead42
commit
bd22801208
1 changed files with 4 additions and 2 deletions
|
@ -3,8 +3,10 @@
|
|||
SHELL=bash
|
||||
|
||||
preview_netlify: chef_web_docs
|
||||
cp -R content/* chef-web-docs/_vendor/github.com/inspec/inspec/docs-chef-io/content
|
||||
cp -R static/* chef-web-docs/_vendor/github.com/inspec/inspec/docs-chef-io/static
|
||||
rm -rf chef-web-docs/_vendor/github.com/inspec/inspec/docs-chef-io/*
|
||||
cp -R content chef-web-docs/_vendor/github.com/inspec/inspec/docs-chef-io/
|
||||
cp -R static chef-web-docs/_vendor/github.com/inspec/inspec/docs-chef-io/
|
||||
cp -R layouts chef-web-docs/_vendor/github.com/inspec/inspec/docs-chef-io/
|
||||
cp -R config.toml chef-web-docs/_vendor/github.com/inspec/inspec/docs-chef-io/
|
||||
pushd chef-web-docs && make bundle; hugo --gc --minify --buildFuture && popd
|
||||
|
||||
|
|
Loading…
Reference in a new issue