mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
92f862d954
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>
4 lines
No EOL
113 B
TOML
4 lines
No EOL
113 B
TOML
# Netlify settings
|
|
[build]
|
|
command = "cd docs/ && bundle install && jekyll build"
|
|
publish = "docs/_site/" |