fix: CI: cd into website/ only once
This commit is contained in:
parent
1971beb0a9
commit
8e8d91bb78
1 changed files with 1 additions and 1 deletions
|
@ -14,5 +14,5 @@ pipeline:
|
||||||
event: push
|
event: push
|
||||||
branch: main
|
branch: main
|
||||||
commands:
|
commands:
|
||||||
- cd website/ && make ci-deploy
|
- make ci-deploy
|
||||||
secrets: [repo_write_deploy_key]
|
secrets: [repo_write_deploy_key]
|
||||||
|
|
Loading…
Reference in a new issue