Skip to content

Commit ad6217e

Browse files
authored
Update deploy-readme.yml
1 parent dc0883a commit ad6217e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: sudo apt-get update && sudo apt-get install -y pandoc
1818

1919
- name: 📄 Convert README.md to index.html
20-
run: pandoc README.md -o index.html
20+
run: pandoc -s README.md -o index.html
2121

2222
- name: 📤 Commit and push index.html
2323
run: |

0 commit comments

Comments
 (0)