Commit 5e3fc898 authored by Thomas Boni's avatar Thomas Boni
Browse files

remove page job from mkdoc job

parent f96be8de
Loading
Loading
Loading
Loading
+2 −19
Original line number Diff line number Diff line
# Job from g2s hub
# See https://go2scale.gitlab.io/jobs/ for more informations
# Job from g2s hub. See https://go2scale.gitlab.io/hub/ for more informations

documentation:
  image:
@@ -16,19 +15,3 @@ documentation:
  except:
    variables:
      - $DOCUMENTATION_DISABLE

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