Skip to content

Commit 73de253

Browse files
committed
Patch shiki-twoslash module to fix theme rendering without fontStyle
1 parent 89f85e6 commit 73de253

File tree

5 files changed

+800
-4
lines changed

5 files changed

+800
-4
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ jobs:
1111
- name: checkout
1212
uses: actions/checkout@main
1313

14-
- name: build
15-
run: |
16-
npm ci
17-
npm run build
14+
- run: npm ci
15+
16+
- run: cp -rf patches/shiki-twoslash/* node_modules/shiki-twoslash/dist/
17+
18+
- run: npm run build
1819

1920
- name: deploy
2021
uses: JamesIves/github-pages-deploy-action@v4

0 commit comments

Comments
 (0)