mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-20 22:51:47 +00:00
Merge pull request #1353 from dholbach/netlify-build
Specify netlify build
This commit is contained in:
commit
9df3fcab18
4 changed files with 9 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -19,3 +19,6 @@ dist/
|
||||||
bin/
|
bin/
|
||||||
output/
|
output/
|
||||||
cmd/flux/manifests/
|
cmd/flux/manifests/
|
||||||
|
|
||||||
|
# Docs
|
||||||
|
site/
|
||||||
|
|
|
||||||
3
netlify.toml
Normal file
3
netlify.toml
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
[build]
|
||||||
|
command = "mkdocs build"
|
||||||
|
publish = "site"
|
||||||
2
requirements.txt
Normal file
2
requirements.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
mkdocs==1.1.2
|
||||||
|
mkdocs-material==7.1.3
|
||||||
1
runtime.txt
Normal file
1
runtime.txt
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
3.7
|
||||||
Loading…
Reference in a new issue