Skip to content
Snippets Groups Projects
Commit 366f563d authored by Hammouda Elbez's avatar Hammouda Elbez :computer:
Browse files

Update .gitignore

Deleted .gitlab-ci.yml
parent dbd214e2
Branches
No related tags found
1 merge request!5Update .gitignore
/public
\ No newline at end of file
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment