fix(ci): build front-end before doc and sdk
All checks were successful
AntOS pipeline / build-amd64 (push) Successful in 4m15s
AntOS pipeline / build-arm64 (push) Successful in 4m26s
AntOS pipeline / build-arm (push) Successful in 4m29s
AntOS pipeline / publish-doc-on-tag (push) Has been skipped
AntOS pipeline / publish-package-on-tag (push) Has been skipped

This commit is contained in:
Dany LE 2024-07-25 23:57:50 +02:00 committed by GitHub
parent 0a2b701037
commit 736141a4be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,6 +33,7 @@ jobs:
- run: mkdir -p build
- name: Build and publish doc and SDK
run: |
make frontend
DOCDIR=/public/doc/ make doc
SDKDIR=/public/sdk/ make sdk