We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc0883a commit ad6217eCopy full SHA for ad6217e
.github/workflows/deploy-readme.yml
@@ -17,7 +17,7 @@ jobs:
17
run: sudo apt-get update && sudo apt-get install -y pandoc
18
19
- name: 📄 Convert README.md to index.html
20
- run: pandoc README.md -o index.html
+ run: pandoc -s README.md -o index.html
21
22
- name: 📤 Commit and push index.html
23
run: |
0 commit comments