Skip to content
Snippets Groups Projects
Commit afde3e34 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

Add rules

parent b984fed2
No related branches found
No related tags found
2 merge requests!297Production Release | nshmp-apps,!296Compodoc for Applications
......@@ -326,12 +326,10 @@ pages:
paths:
- public
image: ${DEVOPS_REGISTRY}usgs/node:16
needs:
- Init
# rules:
# - if: >
# $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
# && $CI_PROJECT_PATH == $UPSTREAM_PATH
rules:
- if: >
$CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
&& $CI_PROJECT_PATH == $UPSTREAM_PATH
script:
- npm run compodoc:build
- mv compodoc public
......
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