chore: fix docs action

This commit is contained in:
Hsiaoming Yang
2023-07-29 10:14:44 +09:00
parent 9016170678
commit a2d72b7cbe
2 changed files with 1 additions and 8 deletions

View File

@@ -23,14 +23,6 @@ jobs:
name: build docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm run build
- uses: actions/setup-python@v4
with:
python-version: 3.9

View File

@@ -5,6 +5,7 @@ on:
branches-ignore:
- 'wip-*'
paths-ignore:
- '.github/**'
- 'docs/**'
- '*.md'
- '*.rst'