Skip to content
Snippets Groups Projects
Commit 9adf6736 authored by Robert Lanzafame's avatar Robert Lanzafame
Browse files

include all _build/html/

parent 80e1a0c9
No related branches found
No related tags found
1 merge request!415Fix ML interactive figures: include **/*.py in CI
Pipeline #262015 failed
......@@ -65,23 +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
# 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
......@@ -90,8 +91,8 @@ build-book:
# - "**/__pycache__/**"
# - "**/*.pyc"
# - "**/*.pickle"
# - book/_build/.doctrees/**
# - book/_build/jupyter_cache/**
- book/_build/.doctrees/**
- book/_build/jupyter_cache/**
# Keep notebooks for interactive features
# - "**/*.ipynb"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment