Skip to content

Commit

Permalink
Fix Remark config type in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Sep 30, 2024
1 parent 046cb2e commit 73eefd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ on:
- main
paths:
- '**/*.md'
- '.remarkrc.js'
- '.remarkrc'
- '.remarkignore'
- 'pnpm-lock.yaml'
- '.github/workflows/docs.yml'
- '.github/actions/init-node/action.yml'
pull_request:
paths:
- '**/*.md'
- '.remarkrc.js'
- '.remarkrc'
- '.remarkignore'
- 'pnpm-lock.yaml'
- '.github/workflows/docs.yml'
Expand Down

0 comments on commit 73eefd9

Please sign in to comment.