mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-16 21:38:23 +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…
Add table
Reference in a new issue