Loading .gitlab-ci.yml 0 → 100644 +11 −0 Original line number Diff line number Diff line pages: stage: deploy image: python:latest script: - pip install mkdocs-material - mkdocs build --site-dir public artifacts: paths: - public rules: - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' Loading
.gitlab-ci.yml 0 → 100644 +11 −0 Original line number Diff line number Diff line pages: stage: deploy image: python:latest script: - pip install mkdocs-material - mkdocs build --site-dir public artifacts: paths: - public rules: - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'