Delete .gitlab-ci.yml

This commit is contained in:
Sascha Bräuer 2021-02-12 23:57:33 +00:00
parent 0bf963aba9
commit a6acd15066
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
stages:
- build
- deploy
build:
stage: build
image: jojomi/hugo
script:
- hugo version
- git submodule update --init --recursive
- hugo -d public_html
artifacts:
paths:
- public_html
only:
- master