Unverified Commit 0d5f068d authored by Vít Starý Novotný's avatar Vít Starý Novotný
Browse files

Publish web site

parent db875ceb
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Original line Diff line number Diff line
@@ -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