Skip to content

Commit

Permalink
Update convert-todo-list.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KarhouTam authored Nov 9, 2024
1 parent debf733 commit c4e4552
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/convert-todo-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- todo-list
paths:
- TODO.md
- .github/workflows/convert-todo-list.yml

jobs:
convert:
Expand All @@ -25,10 +26,6 @@ jobs:
run: |
pandoc TODO.md -o todo-list.pdf
- name: Move PDF to root directory
run: |
mv todo-list.pdf .
- name: Commit and push PDF
run: |
git config --local user.email "action@github.com"
Expand Down

0 comments on commit c4e4552

Please sign in to comment.