mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-04 07:40:09 +05:30
Add .gitlab-ci.yml
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
image: ubuntu:latest
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
tags:
|
||||
- pages
|
||||
script:
|
||||
- make gitlab
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
Reference in New Issue
Block a user