Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matthieu Boileau
nbcourse
Commits
720e184f
Commit
720e184f
authored
Nov 13, 2019
by
Matthieu Boileau
Browse files
Add dependency in task_build_pages
parent
b76c32b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
nbcourse/nbcourse.py
View file @
720e184f
...
...
@@ -313,7 +313,7 @@ class NbCourse:
def
task_build_pages
(
self
):
"""Build html pages"""
deps
=
self
.
md_page_paths
+
self
.
theme_files
deps
=
self
.
executed_notebooks
+
self
.
md_page_paths
+
self
.
theme_files
if
self
.
config_file
:
deps
.
append
(
self
.
config_file
)
return
{
...
...
Write
Preview
Supports
Markdown
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