Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
formation-nsi
projet-algo-du
Commits
a8aa2994
Commit
a8aa2994
authored
Nov 12, 2019
by
Vincent-Xavier JUMEL
📚
Browse files
Correction de la publication de la doc
Il suffisait de rajouter le déplacement des fichiers vers public. Closes:
#49
parent
741a0be6
Pipeline
#184551
passed with stage
in 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a8aa2994
...
...
@@ -54,6 +54,8 @@ pages:
-
pip install coverage markdown
-
pydoc -w src
-
pydoc -w src/main.py
-
mv src.html public/
-
mv main.html public/
-
coverage html -d public/pycov
-
for fichiers in documents/*.md ; do python -m markdown $fichiers > ${fichiers/md/html} ; done
-
mkdir public/documents/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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