1
Fork 0
grau-enginyeria-informatica/.gitlab-ci.yml

12 lines
187 B
YAML
Raw Normal View History

2022-11-11 21:41:12 +01:00
image: python:latest
pages:
stage: deploy
only:
- main
script:
- pip install -r requirements.txt
- mkdocs build --site-dir public
artifacts:
paths:
- public