Skip to content

Commit 9a2116e

Browse files
authored
chore(ci): Add Netlify to the Review workflow (#272)
1 parent beeeec7 commit 9a2116e

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

netlify.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[build]
2+
publish = "build"
3+
command = """
4+
python -m pip install --upgrade pip &&
5+
python -m pip install poetry &&
6+
poetry check &&
7+
poetry install &&
8+
poetry run python -m nltk.downloader punkt &&
9+
poetry run makim pages.build
10+
"""

runtime.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.11

0 commit comments

Comments
 (0)