Commit f96be8de authored by Thomas Boni's avatar Thomas Boni
Browse files

add a new job to deploy on pages

parent 199168ce
Loading
Loading
Loading
Loading

Jobs/pages/pages.yml

0 → 100644
+17 −0
Original line number Diff line number Diff line
# Job from g2s hub. See https://go2scale.gitlab.io/hub/ for more informations

pages:
  stage: production
  script:
    - echo 'Deploying on Gitlab pages'
  needs:
    - job: documentation
      artifacts: true
  artifacts:
    paths:
      - public
  only:
    - master
  except:
    variables:
      - $DOCUMENTATION_DISABLE || $PAGES_DISABLE