Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
goSDN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
danet
goSDN
Merge requests
!135
remove documentation stage in CI
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
remove documentation stage in CI
fix-ci
into
master
Overview
0
Commits
1
Pipelines
4
Changes
2
Merged
Ghost User
requested to merge
fix-ci
into
master
3 years ago
Overview
0
Commits
1
Pipelines
4
Changes
2
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
611ba682
1 commit,
3 years ago
2 files
+
0
−
40
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
build/ci/.documentation-ci.yml deleted
100644 → 0
+
0
−
39
Options
documentation:pdf
:
before_script
:
-
pwd
image
:
name
:
pandoc/latex
entrypoint
:
-
'
'
stage
:
deploy
rules
:
-
if
:
'
$CI_COMMIT_BRANCH
==
$CI_DEFAULT_BRANCH'
changes
:
-
documentation/design/*.md
script
:
-
cd documentation/design
-
pandoc --citeproc --bibliography=bibliography.bib --csl=acm-sig-proceedings.csl
--variable papersize=a4paper -s *.md -o documentation.pdf
artifacts
:
paths
:
-
documentation.pdf
.mdbook_common
:
&rust
image
:
name
:
$CI_REGISTRY/danet/internetworking/mdbook:latest
entrypoint
:
-
'
'
stage
:
deploy
script
:
-
mdbook build documentation --dest-dir public
documentation:website
:
rules
:
-
if
:
'
$CI_COMMIT_BRANCH
==
$CI_DEFAULT_BRANCH'
changes
:
-
documentation/design/*.md
artifacts
:
paths
:
-
public
expire_in
:
1 week
<<
:
*rust
\ No newline at end of file
Loading