Skip to content
Snippets Groups Projects
Commit 3d3eb7f5 authored by FionaDmello's avatar FionaDmello
Browse files

fixed the regex based rule in gitlab.ci file

parent ded6a26a
No related branches found
No related tags found
1 merge request!9Docusaurus based documentation
Pipeline #513149 passed
stages:
- build
- deploy
docs-build:
stage: build
image: node:20
......@@ -24,5 +22,4 @@ pages:
paths:
- public
rules:
- if: '$CI_COMMIT_TAG =~ /^\d+\.\d+(\.\d+)?(-pl\d+){0,1}$/'
- if: $CI_COMMIT_BRANCH == "main"
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