Loading .gitlab-ci.yml +12 −0 Original line number Original line Diff line number Diff line Loading @@ -21,3 +21,15 @@ Typeset documentation: - fithesis.zip - fithesis.zip - fithesis.pdf - fithesis.pdf expire_in: 1 week expire_in: 1 week Publish web site: stage: build tags: - shared-fi script: - echo "The site will be deployed to $CI_PAGES_URL" artifacts: paths: - public rules: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH Loading
.gitlab-ci.yml +12 −0 Original line number Original line Diff line number Diff line Loading @@ -21,3 +21,15 @@ Typeset documentation: - fithesis.zip - fithesis.zip - fithesis.pdf - fithesis.pdf expire_in: 1 week expire_in: 1 week Publish web site: stage: build tags: - shared-fi script: - echo "The site will be deployed to $CI_PAGES_URL" artifacts: paths: - public rules: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH