1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-04 07:40:09 +05:30
Files
avinal.github.io/.gitlab-ci.yml
T
2020-11-04 14:50:32 +00:00

14 lines
202 B
YAML

image: ubuntu
pages:
stage: deploy
script:
- apt update && apt -y install python3-pip
- pip3 install -r requirements.txt
- make gitlab
artifacts:
paths:
- public
only:
- master