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
+6 -4
View File
@@ -1,11 +1,13 @@
image: ubuntu:latest image: ubuntu
pages: pages:
stage: deploy stage: deploy
tags:
- pages
script: script:
- make gitlab - apt update && apt -y install python3-pip
- pip3 install -r requirements.txt
- make gitlab
artifacts: artifacts:
paths: paths:
- public - public
only:
- master