Fix doctoc@2 version

This commit is contained in:
Hsiao-Wei Wang 2020-12-07 10:59:05 +08:00 committed by Danny Ryan
parent 192696a6c5
commit d1401a7f60
No known key found for this signature in database
GPG Key ID: 2765A792E42CE07A
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ jobs:
- checkout - checkout
- run: - run:
name: Check table of contents name: Check table of contents
command: sudo npm install -g doctoc && make check_toc command: sudo npm install -g doctoc@2 && make check_toc
codespell: codespell:
docker: docker:
- image: circleci/python:3.8 - image: circleci/python:3.8