main
Hugo Peixoto 2022-11-16 23:07:11 +00:00
rodzic bd4ee5eae3
commit d55e5ebede
1 zmienionych plików z 16 dodań i 0 usunięć

16
.gitlab-ci.yml 100644
Wyświetl plik

@ -0,0 +1,16 @@
image: klakegg/hugo:0.88.0-ext-ci # recommended image by Hugo: https://gohugo.io/getting-started/installing/#docker
test:
script:
- hugo
except:
- main
pages:
script:
- hugo
artifacts:
paths:
- public
only:
- main