diff options
| author | 2024-08-09 20:27:45 +0100 | |
|---|---|---|
| committer | 2024-08-09 20:28:24 +0100 | |
| commit | c445fcfdaec07f7c44416d75b3cfdf0036cc04f7 (patch) | |
| tree | 5334d30583d6b87b0f4aa09ca9a5f785c8c9529a /netlify.toml | |
| parent | Add Netlify config file (diff) | |
Revert recent Netlify commits
Revert "Correct previous commit in submodules"
This reverts commit 5c275fc34109cd24f20dcebadad33c334165ed76.
Revert "Move gitmodules to HTTP instead of SSH"
This reverts commit 7097490863c0a784cdbe64492fd57a686c1144ea.
Diffstat (limited to 'netlify.toml')
| -rw-r--r-- | netlify.toml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index e807b83..0000000 --- a/netlify.toml +++ /dev/null @@ -1,10 +0,0 @@ -[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 -""" |