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

Merge branch 'hammouda.elbez-main-patch-35407' into 'main'

Update .gitignore

See merge request hammouda.elbez/neuromorphic-platform!5
parents dbd214e2 366f563d
No related branches found
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