Possibly fixed ci issues

This commit is contained in:
Jef Roosens 2022-04-02 14:22:04 +02:00
parent 2519325135
commit a421a11288
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB

View file

@ -6,7 +6,7 @@ pipeline:
image: 'klakegg/hugo:alpine'
commands:
- hugo
- cd public && tar czvf ../public.tar.gz *
- 'cd public && tar czvf ../public.tar.gz *'
deploy:
image: 'curlimages/curl'