1
0
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:
Avinal Kumar
2020-11-04 14:45:24 +00:00
parent 3bd39d7697
commit 4d86b6ba20
+11
View File
@@ -0,0 +1,11 @@
image: ubuntu:latest
pages:
stage: deploy
tags:
- pages
script:
- make gitlab
artifacts:
paths:
- public