Skip to content
Snippets Groups Projects
Commit 8df74125 authored by Paul's avatar Paul :turtle:
Browse files

deploy depends on build

parent 8f5650ea
No related branches found
No related tags found
1 merge request!24Optimize CI (build once, pass files using aritfacts)
Pipeline #14564 failed
......@@ -20,6 +20,9 @@ build site:
check duplicate uuids:
stage: test
allow_failure: true
artifacts:
paths:
- _site
script:
- python3 check_uniqueness_of_uids.py
......@@ -57,6 +60,8 @@ deploy:
needs:
- check duplicate uuids
- check for dead links
dependencies:
- build site
# only:
# - master
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment