Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Book
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MUDE
Book
Commits
92fe8a75
Verified
Commit
92fe8a75
authored
1 year ago
by
Rok Štular
Browse files
Options
Downloads
Patches
Plain Diff
fix(build): Clean book before building
parent
689ceedc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!40
Publish fixes
,
!39
fix(build): Clean book before building
Pipeline
#205671
passed
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build-book.sh
+2
-1
2 additions, 1 deletion
build-book.sh
with
2 additions
and
1 deletion
build-book.sh
+
2
−
1
View file @
92fe8a75
...
...
@@ -6,7 +6,8 @@ START_SERVER=${1:-false}
PAGE_ROOT
=
${
2
:-
"/"
}
# Build the jupyter book, everything else is post-processing
jupyter-book build book
jupyter-book clean book/
jupyter-book build book/
# Note: the structure of thebe_lite mimicks where thing are needed in the html folder
cp
thebe_lite/
*
book/_build/html/
-r
...
...
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