Skip to content

Commit a31ee1b

Browse files
author
Christopher
committed
Typo - commiting to master ( woooo :-) )
1 parent b498dde commit a31ee1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-posts.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
export PATH="/usr/share/miniconda/bin:$PATH"
2222
source activate usrse_blog
2323
pip install -r .github/requirements.txt
24-
python scripts/generate_posts.py ./_data/authors.yml --output ./_posts/
24+
python script/generate_posts.py ./_data/authors.yml --output ./_posts/
2525
2626
- uses: ruby/setup-ruby@v1
2727
with:

0 commit comments

Comments
 (0)