mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-04 07:40:09 +05:30
12 lines
131 B
YAML
12 lines
131 B
YAML
image: ubuntu:latest
|
|
|
|
pages:
|
|
stage: deploy
|
|
tags:
|
|
- pages
|
|
script:
|
|
- make gitlab
|
|
artifacts:
|
|
paths:
|
|
- public
|