fix: CI: cd into website/ only once

This commit is contained in:
Aravinth Manivannan 2022-10-27 22:15:12 +05:30
parent 9ea2ad734c
commit a949468ea5
Signed by: realaravinth
GPG key ID: AD9F0F08E855ED88

View file

@ -4,8 +4,9 @@ pipeline:
when:
event: [push, pull_request, tag, deployment]
commands:
- cd website/ && make env
- cd website/ && make
- cd website
- make env
- make
publish:
image: python