Fix doctoc@2 version

This commit is contained in:
Hsiao-Wei Wang
2020-12-07 10:59:05 +08:00
parent 7bf5539b2f
commit 8587e8c5f2

View File

@@ -111,7 +111,7 @@ jobs:
- checkout
- run:
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:
docker:
- image: circleci/python:3.8