mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-05 16:27:05 +00:00
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/" |