Skip to content

Commit

Permalink
Update markdown-to-html.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlee-06 authored Dec 16, 2024
1 parent 1c0e5bd commit 18f0cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/markdown-to-html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Convert README.md to HTML
run: |
pandoc README.md -o index.html --css=style.css
pandoc README.md -o index.html
- name: Commit and push changes
run: |
Expand Down

0 comments on commit 18f0cbe

Please sign in to comment.