ci: remove dependencies from link_check job

This commit is contained in:
Ivan Grokhotkov 2019-12-03 10:40:30 +01:00 committed by Angus Gratton
parent 510ec904c9
commit ec8e057e4c

View File

@ -277,6 +277,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