File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8585        id : incremental 
8686        run : | 
8787          # Now re-bootstrap and build. The build is incremental because we were careful with the timestamps. 
88-           ./bootstrap && make build 
88+           ./bootstrap && make sagemath_doc_html- build-deps  
8989working-directory : ./worktree-image 
9090        env :
9191          MAKE : make -j2 --output-sync=recurse 
9696        if : always() && steps.worktree.outcome == 'success' && steps.incremental.outcome != 'success' 
9797        run : | 
9898          set -ex 
99-           make sagelib-clean && git clean -fx src/sage && ./config.status && make build 
99+           make sagelib-clean && git clean -fx src/sage && ./config.status && make sagemath_doc_html- build-deps  
100100working-directory : ./worktree-image 
101101        env :
102102          MAKE : make -j2 --output-sync=recurse 
@@ -113,7 +113,7 @@ jobs:
113113          mv /sage/local/share/doc/sage/html/en/.git /sage/.git-doc 
114114          make doc-clean doc-uninstall 
115115          mkdir -p /sage/local/share/doc/sage/html/en/ && mv /sage/.git-doc /sage/local/share/doc/sage/html/en/.git 
116-           ./config.status && make doc-html  
116+           ./config.status && make sagemath_doc_html-no-deps  
117117working-directory : ./worktree-image 
118118        env :
119119          MAKE : make -j2 --output-sync=recurse 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments