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 :
2124name : 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 @@ -171,6 +171,13 @@ hooks:
171171
172172plugins :
173173  - search 
174+   - minify :
175+       minify_html : true 
176+       minify_js : true 
177+       minify_css : true 
178+       htmlmin_opts :
179+           remove_comments : true 
180+       cache_safe : true 
174181  - autorefs :
175182      priority :
176183        - .* 
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