Открыть боковую панель
Aurora OS
Kotlin Multiplatform
Documentation
Коммиты
44efa7cc
Коммит
44efa7cc
создал
Апр 15, 2025
по автору
Зарубин Виталий Викторович
Просмотр файлов
Add publi doc CI.
владелец
245841ca
Изменения
1
Скрыть пробелы
Построчно
Рядом
.gitlab-ci.yml
Просмотр файла @
44efa7cc
# 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.
Сначала завершите редактирование этого сообщения!
Отмена
Пожалуйста,
зарегистрируйтесь
или
войдите
чтобы прокомментировать