Skip to content
Snippets Groups Projects
Commit 4464b8bc authored by Anthony's avatar Anthony
Browse files

Copy code from personnal repo

parent 3f857e74
Branches
No related tags found
No related merge requests found
Pipeline #1328 passed
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 --verbose --site-dir test
artifacts:
paths:
- test
rules:
- if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
pages:
stage: deploy
script:
- pwd
- ./updateFileList.sh
- mkdocs build # remove --script to be more easy to use
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment