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

Delete .gitlab-ci.yml

This commit is contained in:
Avinal Kumar
2020-11-13 18:16:20 +05:30
committed by GitHub
parent 15c3a08296
commit 855de378ac
-13
View File
@@ -1,13 +0,0 @@
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