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 4890ab7 commit e1eddcdCopy full SHA for e1eddcd
.github/workflows/deploy.yml
@@ -3,7 +3,7 @@ name: Deploy README to GitHub Pages
3
on:
4
push:
5
branches:
6
- - main # Adjust if your default branch is different
+ - main
7
8
permissions:
9
contents: write
@@ -19,7 +19,7 @@ jobs:
19
run: sudo apt-get install -y pandoc
20
21
- name: Convert README.md to index.html
22
- run: pandoc README.md -f markdown -t html -s -o index.html --metadata title="BC API tricks"
+ run: pandoc README.md -s -o index.html --css=styles.css --metadata title="BC API tricks"
23
24
- name: Deploy to GitHub Pages
25
uses: peaceiris/actions-gh-pages@v4
0 commit comments