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 @@ -23,12 +23,12 @@ jobs:
2323        uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02  #  v4.6.2
2424        with :
2525          name : build-artifacts 
26-           path : website/dist 
26+           path : website/typst-docs-web/ dist 
2727      - name : Deploy 
2828        if : github.ref == 'refs/heads/main' 
2929        uses : JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8  #  v4.7.3
3030        with :
31-           folder : website/dist  #  The folder the action should deploy.
31+           folder : website/typst-docs-web/ dist  #  The folder the action should deploy.
3232
3333  textlint-md :
3434    runs-on : ubuntu-24.04 
5252        uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093  #  v4.3.0
5353        with :
5454          name : build-artifacts 
55-           path : website/dist 
55+           path : website/typst-docs-web/ dist 
5656      - uses : jdx/mise-action@13abe502c30c1559a5c37dff303831bab82c9402  #  v2.2.3
5757      - name : Install dependencies 
5858        run : bun install --frozen-lockfile 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments