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