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
05393cf9
Commit
05393cf9
authored
3 months ago
by
Robert Lanzafame
Browse files
Options
Downloads
Patches
Plain Diff
put back original html include but include **/*.py
parent
9adf6736
No related branches found
Branches containing commit
No related tags found
1 merge request
!415
Fix ML interactive figures: include **/*.py in CI
Pipeline
#262016
failed
3 months ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+15
-15
15 additions, 15 deletions
.gitlab-ci.yml
with
15 additions
and
15 deletions
.gitlab-ci.yml
+
15
−
15
View file @
05393cf9
...
...
@@ -65,24 +65,24 @@ build-book:
artifacts
:
paths
:
-
book/_build/html/
# Essential web content
# - book/_build/html/**/*.{html,css,js}
# - book/_build/html/_images/**
# - book/_build/html/_static/
# - book/_build/html/_custom_downloads/**
# - book/_build/html/genindex.html
# - book/_build/html/search.html
-
book/_build/html/**/*.{html,css,js}
-
book/_build/html/_images/**
-
book/_build/html/_static/
-
book/_build/html/_custom_downloads/**
-
book/_build/html/genindex.html
-
book/_build/html/search.html
= book/_build/html/**/*.py
#
#
Required for interactive features
#
- book/_build/jupyter_execute/**/*.html
#
- book/_build/html/_static/scripts/**
# Required for interactive features
-
book/_build/jupyter_execute/**/*.html
-
book/_build/html/_static/scripts/**
#
#
Logs and build info
#
- build_job_id.txt
#
- build_debug.log
#
- stdout.log
#
- stderr.log
# Logs and build info
-
build_job_id.txt
-
build_debug.log
-
stdout.log
-
stderr.log
# exclude:
# Development/build files
...
...
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