diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b893aed..78376c9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,15 @@ build: script: - cargo build +doc: + stage: build + script: + - cargo doc + - mv target/doc public + artifacts: + paths: + -public + test: stage: test script: