We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdd0f5a commit ecaf1d4Copy full SHA for ecaf1d4
.gitlab-ci.yml
@@ -0,0 +1,11 @@
1
+image: python:latest
2
+pages:
3
+ stage: deploy
4
+ script:
5
+ - pip install mkdocs-material
6
+ - mkdocs build --site-dir public
7
+ artifacts:
8
+ paths:
9
+ - public
10
+ rules:
11
+ - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
0 commit comments