Merge pull request #1353 from dholbach/netlify-build

Specify netlify build
This commit is contained in:
Daniel Holbach 2021-04-27 11:09:33 +02:00 committed by GitHub
commit 9df3fcab18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 0 deletions

3
.gitignore vendored
View file

@ -19,3 +19,6 @@ dist/
bin/
output/
cmd/flux/manifests/
# Docs
site/

3
netlify.toml Normal file
View file

@ -0,0 +1,3 @@
[build]
command = "mkdocs build"
publish = "site"

2
requirements.txt Normal file
View file

@ -0,0 +1,2 @@
mkdocs==1.1.2
mkdocs-material==7.1.3

1
runtime.txt Normal file
View file

@ -0,0 +1 @@
3.7