1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-04 07:40:09 +05:30

Update .gitlab-ci.yml

This commit is contained in:
Avinal Kumar
2020-11-04 14:50:32 +00:00
parent 4d86b6ba20
commit 15c3a08296
+5 -3
View File
@@ -1,11 +1,13 @@
image: ubuntu:latest
image: ubuntu
pages:
stage: deploy
tags:
- pages
script:
- apt update && apt -y install python3-pip
- pip3 install -r requirements.txt
- make gitlab
artifacts:
paths:
- public
only:
- master