File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,19 @@ jobs:
1212    steps :
1313      - uses : actions/checkout@v4 
1414      - name : Build smart-layer docs 
15-         uses : dita-ot/dita-ot-action@4.1  
15+         uses : dita-ot/dita-ot-action@master  
1616        with :
17+           dita-ot-version : 4.1 
1718          plugins : | 
1819            fox.jason.extend.css 
19-             net.infotexture.dita-bootstrap 
20+             net.infotexture.dita-bootstrap@5.3.2  
2021            fox.jason.favicon 
2122            https://github.com/oxygenxml/dita-ot-diagrams-plugin/archive/refs/heads/master.zip 
2223project : config/smartlayer-docsite.yaml 
2324      - name : Build smart-layer papers 
24-         uses : dita-ot/dita-ot-action@4.1  
25+         uses : dita-ot/dita-ot-action@master  
2526        with :
27+           dita-ot-version : 4.1 
2628          project : config/tokenscript-papers.xml 
2729      - uses : actions/upload-artifact@v3 
2830        with :
Original file line number Diff line number Diff line change @@ -16,11 +16,12 @@ jobs:
1616        run : | 
1717          sed -ri 's@href="/([^"]+)"@href="/docs/\1"@g' config/navbar.xml 
1818name : Build ts-site docs 
19-         uses : dita-ot/dita-ot-action@4.1  
19+         uses : dita-ot/dita-ot-action@master  
2020        with :
21+           dita-ot-version : 4.1 
2122          plugins : | 
2223            fox.jason.extend.css 
23-             net.infotexture.dita-bootstrap 
24+             net.infotexture.dita-bootstrap@5.3.2  
2425            fox.jason.favicon 
2526            https://github.com/oxygenxml/dita-ot-diagrams-plugin/archive/refs/heads/master.zip 
2627project : config/tokenscript-docsite.yaml 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments