1
0
mirror of synced 2026-02-07 11:15:57 +00:00

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
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