diff --git a/.github/workflows/markdown-to-html.yml b/.github/workflows/markdown-to-html.yml
index 2495534..c719010 100644
--- a/.github/workflows/markdown-to-html.yml
+++ b/.github/workflows/markdown-to-html.yml
@@ -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: |