mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-04 07:40:09 +05:30
14 lines
202 B
YAML
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
|