File tree Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Expand file tree Collapse file tree 3 files changed +20
-1
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 : List documentation files 
54+         run : ls -laR ./docsbuild/build/html 
55+ 
56+       - name : Upload antsibull-doc log artifact 
57+         if : fromJSON(inputs.antsibull-log-upload) 
58+         uses : actions/upload-artifact@v3 
59+         with :
60+           path : ./docsbuild/antsibull.log 
61+           name : antsibull-${{ github.sha }}.log 
62+           retention-days : 7 
63+ 
4664      - name : Upload directory artifact 
4765        if : fromJSON(inputs.directory-upload) 
4866        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 
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ logging_cfg = {
3838    #  Log everything a user might be interested in to a log file.
3939    all  = {
4040      #  DEBUG is the most verbose level
41-       level  = NOTICE 
41+       level  = DEBUG 
4242      output_name  = logfile
4343    }
4444    #  Log problems to stderr so they can be reported and taken care of.
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments