Possibly fixed ci issues

pull/4/head
Jef Roosens 2022-04-02 14:22:04 +02:00
parent 2519325135
commit a421a11288
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
1 changed files with 1 additions and 1 deletions

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'