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
cubicweb
cubicweb
Commits
a4d465a3e77d
Commit
2e209604
authored
Jan 27, 2021
by
Simon Chabot
Browse files
fix(ci): manually remove the .tox/doc directory
closes
#206
parent
c5dcb7911dc7
Pipeline
#31749
passed with stages
in 4 minutes and 24 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a4d465a3
...
...
@@ -211,7 +211,11 @@ pages:
before_script
:
-
pip install tox
script
:
-
tox -re doc
# remove previous artifacts from build_doc if any (cf. #206). The .tox/doc
# directory does not « look as a virtualenv », and tox refuses to remove it.
# Let's do it manually.
-
rm -rf .tox/doc/
-
tox -e doc
-
mv .tox/doc/tmp/html public
artifacts
:
paths
:
...
...
Noé Gaumont
🐙
@ngaumont
mentioned in issue
#120 (closed)
·
Feb 02, 2021
mentioned in issue
#120 (closed)
mentioned in issue #120
Toggle commit list
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