Skip to content
Snippets Groups Projects
Commit 187b7b2d authored by Zandor Smith's avatar Zandor Smith :computer:
Browse files

fix(docs): Docs build job requires library build job and require docs job to...

fix(docs): Docs build job requires library build job and require docs job to succeed before publishing.
parent a802cec6
No related branches found
No related tags found
No related merge requests found
stages:
- build
- docs
- publish
- code-intelligence
......@@ -23,7 +24,7 @@ build-lib:
build-docs:
image: node:lts
stage: build
stage: docs
before_script:
- npm install
script:
......@@ -33,7 +34,9 @@ build-docs:
artifacts:
paths:
- docs/*
needs: []
needs:
- job: build-lib
artifacts: true
publish:
image: node:lts
......@@ -53,6 +56,7 @@ publish:
needs:
- job: build-lib
artifacts: true
- job: build-docs
code-navigation:
image: git.zsinfo.nl:5010/zandor300/docker-lsif
......
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