File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -41,18 +41,19 @@ jobs:
4141            token : ${{ secrets.ADOC_TO_MD_PAT }} 
4242            persist-credentials : false 
4343
44-         - run : docker volume create out 
45- 
4644        - name : Create docker image 
47-           working-directory : ./adoc-to-md/src/docker 
48-           run : ./create_image.sh 
45+ 
46+           run : | 
47+             cd ./adoc-to-md/src/docker 
48+             ./create_image.sh 
4949
5050name : Debug 
5151          run : ls logstash-docs/docs/versioned-plugins 
5252
5353        - name : Migrate 
54-           working-directory : ./asciidocalypse/migration-zone/logstash-versioned-plugins/scripts 
55-           run : ./migrate.sh 
54+           run : | 
55+             cd ./asciidocalypse/migration-zone/logstash-versioned-plugins/scripts 
56+             ./migrate.sh 
5657
5758#  - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
5859        #    with:
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments