diff --git a/.gitignore b/.gitignore index 85a1daf9da030cca71bf54e2d2ddeab83d2fbca6..8b137891791fe96927ad78e64b0aad7bded08bdc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/public \ No newline at end of file + diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 20db005b081cae1ebdf8f8ee5e95a381f5a19fa0..0000000000000000000000000000000000000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,24 +0,0 @@ -image: python:3.8-buster - -before_script: - - pip install -r requirements.txt - -test: - stage: test - script: - - mkdocs build --strict --verbose --site-dir test - artifacts: - paths: - - test - rules: - - if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH - -pages: - stage: deploy - script: - - mkdocs build --strict --verbose - artifacts: - paths: - - public - rules: - - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH \ No newline at end of file