Loading .github/workflows/pages.yml +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ name: Deploy Sphinx documentation to Pages on: push: tags: ["v[0-9]+.[0-9]+.[0-9]+"] tags: ["v[0-9]+.[0-9]+.[0-9]+(-[0-9]+)?"] jobs: build: Loading .gitlab-ci.yml +5 −1 Original line number Diff line number Diff line Loading @@ -12,6 +12,10 @@ workflow: - if: $CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$$/ variables: PUSH_PACKAGE: "true" PUSH_DOCS: "true" - if: $CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+(-[0-9]+)?$$/ variables: PUSH_DOCS: "true" - if: $CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+/ - if: $CI_COMMIT_BRANCH Loading Loading @@ -170,7 +174,7 @@ pages: image: alpine dependencies: [Documentation] rules: - if: $PUSH_PACKAGE - if: $PUSH_DOCS script: - mv build/html public artifacts: Loading Loading
.github/workflows/pages.yml +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ name: Deploy Sphinx documentation to Pages on: push: tags: ["v[0-9]+.[0-9]+.[0-9]+"] tags: ["v[0-9]+.[0-9]+.[0-9]+(-[0-9]+)?"] jobs: build: Loading
.gitlab-ci.yml +5 −1 Original line number Diff line number Diff line Loading @@ -12,6 +12,10 @@ workflow: - if: $CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$$/ variables: PUSH_PACKAGE: "true" PUSH_DOCS: "true" - if: $CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+(-[0-9]+)?$$/ variables: PUSH_DOCS: "true" - if: $CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+/ - if: $CI_COMMIT_BRANCH Loading Loading @@ -170,7 +174,7 @@ pages: image: alpine dependencies: [Documentation] rules: - if: $PUSH_PACKAGE - if: $PUSH_DOCS script: - mv build/html public artifacts: Loading