Skip to content

Commit

Permalink
Fix GH action job Jekyllify
Browse files Browse the repository at this point in the history
  • Loading branch information
uy-rrodriguez committed Jan 18, 2024
2 parents 7df7d70 + 5cb37fc commit 4e7e590
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
python-version: '3.10'
- name: Install Python dependencies
run: pip install titlecase
run: pip install -r requirements.txt
- name: Run jekyllify script
run: python ./_utils/jekyllify.py
- name: Export Jekyllified _projects
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Markdown==3.5.1
PyYAML==6.0.1
titlecase==2.4.1

0 comments on commit 4e7e590

Please sign in to comment.