Fix doctoc@2 version
This commit is contained in:
parent
192696a6c5
commit
d1401a7f60
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue