fix: CI: cd into website/ only once
This commit is contained in:
parent
9ea2ad734c
commit
a949468ea5
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue