diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 00000000..34b27a3d --- /dev/null +++ b/netlify.toml @@ -0,0 +1,10 @@ +[build] +publish = "build" +command = """ +python -m pip install --upgrade pip && +python -m pip install poetry && +poetry check && +poetry install && +poetry run python -m nltk.downloader punkt && +poetry run makim pages.build +""" diff --git a/runtime.txt b/runtime.txt new file mode 100644 index 00000000..2c073331 --- /dev/null +++ b/runtime.txt @@ -0,0 +1 @@ +3.11