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 4ff6fce commit 0d7489e
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
pandoc README.md -o index.html --css=style.css
- name: Commit and push changes
run: |
Expand Down

0 comments on commit 0d7489e

Please sign in to comment.