fix: CI: cd into website/ only once

This commit is contained in:
Aravinth Manivannan 2022-10-27 22:40:44 +05:30
parent 1971beb0a9
commit 8e8d91bb78
Signed by: realaravinth
GPG key ID: AD9F0F08E855ED88

View file

@ -14,5 +14,5 @@ pipeline:
event: push
branch: main
commands:
- cd website/ && make ci-deploy
- make ci-deploy
secrets: [repo_write_deploy_key]