diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index 1ccbb04..0000000 --- a/netlify.toml +++ /dev/null @@ -1,12 +0,0 @@ -[build] -publish = "site" -command = """ -add-apt-repository ppa:deadsnakes/ppa && -apt update && -apt install python3.12 -y && -pip3 install -q poetry && -poetry config virtualenvs.in-project true && -poetry env use python3.12 && -poetry install -v && -poetry run build -""" \ No newline at end of file