Skip to content

Commit e6cd837

Browse files
committed
add dark mode
1 parent e2c70a7 commit e6cd837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
node-version: "20"
3636
- name: Install dependencies
37-
run: npm install github-readme-to-html && npx github-readme-to-html
37+
run: npm install github-readme-to-html && npx github-readme-to-html -s dark
3838
- name: Setup Pages
3939
uses: actions/configure-pages@v4
4040
- name: Upload artifact

0 commit comments

Comments
 (0)