Add basic Netlify config (#4662)

pull/4660/head
Reinier van der Leer 2023-06-12 02:00:57 +02:00 committed by GitHub
parent e60dfca9fc
commit 62dd1675a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

6
netlify.toml Normal file
View File

@ -0,0 +1,6 @@
# Netlify config for Auto-GPT docs
[build]
publish = "public/"
command = "mkdocs build -d public"
ignore = "git diff --quiet HEAD^ HEAD docs mkdocs.yml CONTRIBUTING.md CODE_OF_CONDUCT.md LICENSE"