From 80e1a0c96c3203f5d3068e40cf1986b2195f3739 Mon Sep 17 00:00:00 2001 From: Robert Lanzafame <R.C.Lanzafame@tudelft.nl> Date: Sun, 15 Dec 2024 15:06:54 +0100 Subject: [PATCH] all _static no exclue --- .gitlab-ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 594ca03b..6760d12c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -68,7 +68,7 @@ build-book: # Essential web content - book/_build/html/**/*.{html,css,js} - book/_build/html/_images/** - - book/_build/html/_static/** + - book/_build/html/_static/ - book/_build/html/_custom_downloads/** - book/_build/html/genindex.html - book/_build/html/search.html @@ -83,15 +83,15 @@ build-book: - stdout.log - stderr.log - exclude: + # exclude: # Development/build files - - "**/*.js.map" - - "**/_sources/**" - - "**/__pycache__/**" - - "**/*.pyc" - - "**/*.pickle" - - book/_build/.doctrees/** - - book/_build/jupyter_cache/** + # - "**/*.js.map" + # - "**/_sources/**" + # - "**/__pycache__/**" + # - "**/*.pyc" + # - "**/*.pickle" + # - book/_build/.doctrees/** + # - book/_build/jupyter_cache/** # Keep notebooks for interactive features # - "**/*.ipynb" -- GitLab