Skip to content

Commit e1eddcd

Browse files
committed
add dark theme style to page
1 parent 4890ab7 commit e1eddcd

File tree

3 files changed

+231
-125
lines changed

3 files changed

+231
-125
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy README to GitHub Pages
33
on:
44
push:
55
branches:
6-
- main # Adjust if your default branch is different
6+
- main
77

88
permissions:
99
contents: write
@@ -19,7 +19,7 @@ jobs:
1919
run: sudo apt-get install -y pandoc
2020

2121
- 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"
22+
run: pandoc README.md -s -o index.html --css=styles.css --metadata title="BC API tricks"
2323

2424
- name: Deploy to GitHub Pages
2525
uses: peaceiris/actions-gh-pages@v4

0 commit comments

Comments
 (0)