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

Merge branch 'main' of...

parents e197fee4 265eb531
No related branches found
No related tags found
No related merge requests found
/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