Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tarantool-module
Manage
Activity
Members
Labels
Plan
Issues
61
Issue boards
Milestones
Wiki
Code
Merge requests
10
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
core
tarantool-module
Merge requests
!64
docs: attempt to publish cargo docs to GitLab Pages
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
docs: attempt to publish cargo docs to GitLab Pages
docs/gitlab-pages
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Alexey Protsenko
requested to merge
docs/gitlab-pages
into
master
3 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
25028dac
1 commit,
3 years ago
1 file
+
14
−
0
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
14
−
0
Options
@@ -26,3 +26,17 @@ test:
script
:
-
make test
-
cargo test
pages
:
image
:
registry.gitlab.com/picodata/dockers/brod-builder:0.2
stage
:
build
only
:
-
master
script
:
-
cargo doc
-
rm -rf public
-
mkdir public
-
cp -R target/doc/* public
artifacts
:
paths
:
-
public