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 bd84642 commit b9551ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/convert-todo-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ jobs:
run: |
sudo apt-get install -y pandoc texlive-xetex
- name: Convert Markdown to PDF
- name: Convert Markdown to SVG
run: |
pandoc TODO.md -o todo-list.pdf
pandoc TODO.md -o TODO.svg
- name: Commit files
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add todo-list.pdf
git commit -m "Update TODO list PDF"
git add TODO.svg
git commit -m "Update TODO.svg"
- name: Push changes
uses: ad-m/github-push-action@master
with:
Expand Down

0 comments on commit b9551ca

Please sign in to comment.