You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# Build and publish the docs |
|
|
|
include: '.gitlab-ci/docs.yml' |
|
|
|
pages: |
|
extends: |
|
- .docs |
|
stage: deploy |
|
variables: |
|
DOCS_FOLDER: "public" |
|
rules: |
|
- changes: |
|
- src/**/* |
|
- Cargo.lock |
|
- Cargo.toml |
|
when: always |
|
- when: manual |
|
allow_failure: true
|
|
|