Merge pull request #1353 from dholbach/netlify-build

Specify netlify build
pull/1359/head
Daniel Holbach 4 years ago committed by GitHub
commit 9df3fcab18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.gitignore vendored

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

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

@ -0,0 +1,2 @@
mkdocs==1.1.2
mkdocs-material==7.1.3
Loading…
Cancel
Save