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:
+6
-4
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user