Fix doctoc workflow

Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
This commit is contained in:
Yukai Huang 2021-06-10 12:51:42 +08:00
parent 71dce28c04
commit 24323975c7
No known key found for this signature in database
GPG Key ID: D4D3B2F0E99D4914
1 changed files with 1 additions and 1 deletions

View File

@ -33,11 +33,11 @@ jobs:
- run: npm run build - run: npm run build
doctoc: doctoc:
needs: test-and-build
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master' || github.event.pull_request if: github.ref == 'refs/heads/master' || github.event.pull_request
steps: steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2 - uses: actions/setup-node@v2
name: Use Node.js 12 name: Use Node.js 12
with: with: