Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
nam
mop
Commits
6be0c1b7
Commit
6be0c1b7
authored
Feb 28, 2021
by
Jochen Schulz
Browse files
fix _build dir
parent
b03a0549
Pipeline
#176904
failed with stage
in 12 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6be0c1b7
...
...
@@ -10,7 +10,6 @@ pages:
-
mkdir -p cas/_build/.jupyter_cache/
-
ln -s src cas/src
-
ln -s data cas/data
-
ls -la cas/_build
-
jupyter-book build cas
-
rm -rf public/pycas
-
cp -r cas/_build/html public/pycas
...
...
cas/_config.yml
View file @
6be0c1b7
...
...
@@ -24,6 +24,6 @@ launch_buttons:
# Execution settings
execute
:
execute_notebooks
:
cache
# Whether to execute notebooks at build time. Must be one of ("auto", "force", "cache", "off")
cache
:
"
_build/.jupyter_cache/"
# A path to the jupyter cache that will be used to store execution artifacs. Defaults to `_build/.jupyter_cache/`
cache
:
"
cas/
_build/.jupyter_cache/"
# A path to the jupyter cache that will be used to store execution artifacs. Defaults to `_build/.jupyter_cache/`
exclude_patterns
:
[
"
README.md"
,
"
*.ipynb"
]
# A list of patterns to *skip* in execution (e.g. a notebook that takes a really long time)
timeout
:
240
mop/_config.yml
View file @
6be0c1b7
...
...
@@ -24,6 +24,6 @@ launch_buttons:
# Execution settings
execute
:
execute_notebooks
:
cache
# Whether to execute notebooks at build time. Must be one of ("auto", "force", "cache", "off")
cache
:
"
_build/.jupyter_cache/"
# A path to the jupyter cache that will be used to store execution artifacs. Defaults to `_build/.jupyter_cache/`
cache
:
"
mop/
_build/.jupyter_cache/"
# A path to the jupyter cache that will be used to store execution artifacs. Defaults to `_build/.jupyter_cache/`
exclude_patterns
:
[
"
README.md"
,
"
*.ipynb"
]
# A list of patterns to *skip* in execution (e.g. a notebook that takes a really long time)
timeout
:
240
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment