Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
regex-introduction
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
Bio-IT Workshops
regex-introduction
Commits
334f977a
Verified
Commit
334f977a
authored
3 years ago
by
Renato Alves
Browse files
Options
Downloads
Patches
Plain Diff
Build book on gitlab-pages
parent
c57616eb
No related branches found
No related tags found
No related merge requests found
Pipeline
#19804
passed with stage
Stage:
in 1 minute and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+21
-0
21 additions, 0 deletions
.gitlab-ci.yml
with
21 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
21
−
0
View file @
334f977a
image
:
node:15
variables
:
LC_ALL
:
"
C.UTF-8"
MAKEFLAGS
:
"
-j
8"
pages
:
stage
:
deploy
script
:
-
echo 'prefix = ${HOME}/.npm-packages' > ~/.npmrc
-
npm install -g gitbook-cli@2.3.0
-
cd ~/.npm-packages/lib/node_modules/gitbook-cli/node_modules/npm
-
npm install graceful-fs@4.2.0 --save
-
cd -
-
~/.npm-packages/bin/gitbook build .
-
mv _book public
artifacts
:
paths
:
-
public
only
:
-
master
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment