From 538a93a9cd4298c4e22be14fca66fea9e11e166a Mon Sep 17 00:00:00 2001 From: Florian Spreckelsen <f.spreckelsen@indiscale.com> Date: Thu, 19 Dec 2024 17:02:07 +0100 Subject: [PATCH] PIPELINE: Temporarily build pages on all branch names --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index be4e605f..7d93083d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -89,9 +89,9 @@ build-testenv: pages_prepare: &pages_prepare tags: [ cached-dind ] stage: deploy - only: - refs: - - /^release-.*$/i + # only: + # refs: + # - /^release-.*$/i script: - npm install @indiscale/jsdoc-sphinx - echo "Deploying" -- GitLab