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

override pages job to deploy on latest branch

parent 44c514fe
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -12,6 +12,10 @@ mkdocs:
    - pip3 install -r requirements.txt
    - python3 builder/builder.py

pages:
  rules:
    - if: '$CI_COMMIT_BRANCH == "latest"'

ci_linter:
  image: golang:1.15.2-alpine3.12
  stage: static_tests