mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
Add netlify configuration file
This patch adds netlify configuration file which includes steps needed to build the documentation as part of presubmit review process. Signed-off-by: Feruzjon Muyassarov <feruzjon.muyassarov@intel.com>
This commit is contained in:
parent
c491c1dc37
commit
92f862d954
1 changed files with 4 additions and 0 deletions
4
netlify.toml
Normal file
4
netlify.toml
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Netlify settings
|
||||
[build]
|
||||
command = "cd docs/ && bundle install && jekyll build"
|
||||
publish = "docs/_site/"
|
Loading…
Reference in a new issue