1
0
mirror of synced 2026-06-27 14:10:47 +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
View File
@@ -19,3 +19,6 @@ dist/
bin/ bin/
output/ output/
cmd/flux/manifests/ cmd/flux/manifests/
# Docs
site/
+3
View File
@@ -0,0 +1,3 @@
[build]
command = "mkdocs build"
publish = "site"
+2
View File
@@ -0,0 +1,2 @@
mkdocs==1.1.2
mkdocs-material==7.1.3
+1
View File
@@ -0,0 +1 @@
3.7