1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-04 07:40:09 +05:30
Files
avinal.github.io/.gitlab-ci.yml
T
2020-11-04 14:45:24 +00:00

12 lines
131 B
YAML

image: ubuntu:latest
pages:
stage: deploy
tags:
- pages
script:
- make gitlab
artifacts:
paths:
- public