ci(docs): fix missing build doc for target esp32c3

This commit is contained in:
Fu Hanxi 2021-02-19 17:42:48 +08:00
parent 4c1fca4a77
commit 7742f1e135

View File

@ -28,7 +28,7 @@ check_docs_lang_sync:
parallel:
matrix:
- DOCLANG: ["en", "zh_CN"]
DOCTGT: ["esp32", "esp32s2"]
DOCTGT: ["esp32", "esp32s2", "esp32c3"]
check_docs_gh_links:
extends: