Merge branch 'bugfix/ci_link_check_deps' into 'master'

ci: remove dependencies from link_check job

See merge request espressif/esp-idf!6900
pull/4494/head
Ivan Grokhotkov 2019-12-03 23:32:38 +08:00
commit c066d55554
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -301,6 +301,7 @@ check_doc_links:
paths:
- docs/_build/linkcheck
expire_in: 1 week
dependencies: []
script:
# must be triggered with CHECK_LINKS=Yes, otherwise exit without test
- test "$CHECK_LINKS" = "Yes" || exit 0