Skip to content

Commit 2432397

Browse files
committed
Fix doctoc workflow
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
1 parent 71dce28 commit 2432397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333
- run: npm run build
3434

3535
doctoc:
36-
needs: test-and-build
3736
runs-on: ubuntu-latest
3837
if: github.ref == 'refs/heads/master' || github.event.pull_request
3938

4039
steps:
40+
- uses: actions/checkout@v2
4141
- uses: actions/setup-node@v2
4242
name: Use Node.js 12
4343
with:

0 commit comments

Comments
 (0)