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:
|
when:
|
||||||
event: [push, pull_request, tag, deployment]
|
event: [push, pull_request, tag, deployment]
|
||||||
commands:
|
commands:
|
||||||
- cd website/ && make env
|
- cd website
|
||||||
- cd website/ && make
|
- make env
|
||||||
|
- make
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
image: python
|
image: python
|
||||||
|
|
Loading…
Reference in a new issue