We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b498dde commit a31ee1bCopy full SHA for a31ee1b
.github/workflows/update-posts.yaml
@@ -21,7 +21,7 @@ jobs:
21
export PATH="/usr/share/miniconda/bin:$PATH"
22
source activate usrse_blog
23
pip install -r .github/requirements.txt
24
- python scripts/generate_posts.py ./_data/authors.yml --output ./_posts/
+ python script/generate_posts.py ./_data/authors.yml --output ./_posts/
25
26
- uses: ruby/setup-ruby@v1
27
with:
0 commit comments