File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 1616          If 'true', the collection documentation will be uploaded as a Github Pages artifact. 
1717required : false 
1818        type : string 
19+         default : false 
20+       antsibull-log-upload :
21+         description : | 
22+           If 'true', the antsibull-doc log will be uploaded as an artifact. 
23+ required : false 
24+         type : string 
25+         default : false 
1926
2027jobs :
2128  build-ansible-docs :
4350      - name : Build documentation 
4451        run : ./docsbuild/build.sh 
4552
53+       - name : Upload antsibull-doc log artifact 
54+         if : fromJSON(inputs.antsibull-log-upload) 
55+         uses : actions/upload-artifact@v3 
56+         with :
57+           path : ./antsibull.log 
58+           name : antsibull-${{ github.sha }}.log 
59+           retention-days : 7 
60+ 
4661      - name : Upload directory artifact 
4762        if : fromJSON(inputs.directory-upload) 
4863        uses : actions/upload-artifact@v3 
Original file line number Diff line number Diff line change 1616    with :
1717      pages-upload : true 
1818      directory-upload : true 
19+       antsibull-log-upload : true 
1920
2021  publish-ansible-docs :
2122    name : Publish Ansible Docs 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments