Skip to content

Commit

Permalink
Actually monitor the vitepress path.
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc committed May 25, 2024
1 parent 6571207 commit 14c7682
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- master
- vitepress
paths:
- 'builddefs/docsgen/**'
- 'tmk_core/**'
- 'quantum/**'
- 'platforms/**'
Expand Down Expand Up @@ -43,6 +44,7 @@ jobs:
run: |
source $HOME/.bashrc
nvm install 20
nvm use 20
corepack enable
npm install -g moxygen
Expand Down

0 comments on commit 14c7682

Please sign in to comment.