Коммит 44efa7cc создал по автору Зарубин Виталий Викторович's avatar Зарубин Виталий Викторович
Просмотр файлов

Add publi doc CI.

владелец 245841ca
# The Docker image that will be used to build your app
image: rust:latest
# Functions that should be executed before the build script is run
before_script:
- apt update
- apt install -y jq curl
- cargo install mdbook mdbook-environment
pages:
stage: deploy
script:
- mdbook build
artifacts:
paths:
# The folder that contains the files to be exposed at the Page URL
- public
rules:
# This ensures that only pushes to the default branch will trigger
# a pages deploy
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
- book
Поддерживает Markdown
0% или .
You are about to add 0 people to the discussion. Proceed with caution.
Сначала завершите редактирование этого сообщения!
Пожалуйста, зарегистрируйтесь или чтобы прокомментировать