Fix generation script for invocation from just
This commit is contained in:
parent
36ea0dd3f7
commit
912993f17d
2 changed files with 5 additions and 5 deletions
2
justfile
2
justfile
|
|
@ -50,7 +50,7 @@ ssh:
|
|||
|
||||
# Create the skeleton for a new issue of the newsletter, and reference it into the home page
|
||||
new number:
|
||||
PYTHONPATH=PWD venv/bin/python ./scripts/create_newsletter.py {{number}}
|
||||
PYTHONPATH=PWD venv/bin/python ./scripts/create_newsletter.py --number={{number}}
|
||||
|
||||
# generate HTML email
|
||||
mail file:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue