build-doc must be a step prior to build

This commit is contained in:
Abraham Toriz 2022-10-31 00:32:11 -06:00
parent 7d4e4645fc
commit 44137b835a
No known key found for this signature in database
GPG Key ID: D5B4A746DB5DD42A
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
stages: stages:
- test - test
- build-doc
- build - build
- upload - upload
- release - release
@ -15,7 +16,7 @@ test:cargo:
- cargo test - cargo test
build-doc: build-doc:
stage: build stage: build-doc
image: python:3.10 image: python:3.10
script: script:
- cd docs/ - cd docs/