Skip to content

Commit

Permalink
Add Netlify config file
Browse files Browse the repository at this point in the history
  • Loading branch information
jb3 committed Aug 9, 2024
1 parent 5c275fc commit b9aae50
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[build]
publish = "docs/site/"
command = """
restore_home_cache ".cache" "pip cache" &&
restore_cwd_cache '.venv' 'python virtualenv' &&
pip3 install -q poetry &&
poetry config settings.virtualenvs.in-project true &&
poetry install &&
poetry run task build-docs
"""

0 comments on commit b9aae50

Please sign in to comment.