File tree Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,10 @@ name: Documentation
22
33on :
44 push :
5- branches : [master]
5+ branches : [master, dev]
6+
7+ env :
8+ BRANCH_NAME : ${{ github.head_ref || github.ref_name }}
69
710jobs :
811 Documentation :
2124 - name : Build documentation
2225 run : |
2326 git fetch origin gh-pages
24- mike delete master
25- mike deploy --push master
27+ mike delete $BRANCH_NAME
28+ mike deploy --push $BRANCH_NAME
Original file line number Diff line number Diff line change 1- # Getting started
1+ # Getting started okokok
22
33EDS-NLP provides a set of spaCy components that are used to extract information from clinical notes written in French.
44
Original file line number Diff line number Diff line change @@ -170,6 +170,13 @@ hooks:
170170
171171plugins :
172172 - search
173+ - minify :
174+ minify_html : true
175+ minify_js : true
176+ minify_css : true
177+ htmlmin_opts :
178+ remove_comments : true
179+ cache_safe : true
173180 - autorefs :
174181 priority :
175182 - .*
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ dev = [
5151 " mkdocs~=1.5.2" ,
5252 " mkdocstrings~=0.20" ,
5353 " mkdocstrings-python~=1.1" ,
54+ " mkdocs-minify-plugin" ,
5455 " pybtex~=0.24.0" ,
5556 " pathspec>=0.11.1" , # required by vendored mkdocs-autorefs PR
5657 " astunparse" ,
You can’t perform that action at this time.
0 commit comments