Loading .gitlab-ci.yml +3 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,9 @@ stages: pages: stage: deploy-pages rules: - if: '$CI_COMMIT_BRANCH == "master"' when: always script: - cd doc - make html Loading Loading
.gitlab-ci.yml +3 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,9 @@ stages: pages: stage: deploy-pages rules: - if: '$CI_COMMIT_BRANCH == "master"' when: always script: - cd doc - make html Loading