fix(ci): correct cd during docs build

This commit is contained in:
Jef Roosens 2022-06-03 22:40:29 +02:00
parent 7c2f892162
commit 7ad5830e9f
Signed by untrusted user: Jef Roosens
GPG key ID: B75D4F293C7052DB

View file

@ -29,7 +29,7 @@ pipeline:
commands:
- cp -r docs/api/build docs/public/api
- 'cd docs/public && tar czvf ../../docs.tar.gz *'
- 'cd src/_docs && tar czvf ../../api-docs.tar.gz *'
- 'cd ../../src/_docs && tar czvf ../../api-docs.tar.gz *'
when:
event: push
branch: dev