Skip to content

Commit

Permalink
Patch shiki-twoslash module to fix theme rendering without fontStyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainan committed Oct 21, 2024
1 parent 89f85e6 commit 13a89cf
Show file tree
Hide file tree
Showing 5 changed files with 800 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ jobs:
- name: checkout
uses: actions/checkout@main

- name: build
run: |
npm ci
npm run build
- run: npm ci

- run: cp -rf patches/shiki-twoslash/* node_modules/shiki-twoslash/dist/

- run: npm run build

- name: deploy
uses: JamesIves/github-pages-deploy-action@v4
Expand Down
Loading

0 comments on commit 13a89cf

Please sign in to comment.