File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 99
1010jobs :
1111  deploy :
12-     runs-on : ubuntu-20.04  
12+     runs-on : ubuntu-latest  
1313    steps :
14-       - uses : actions/checkout@v3.2.0  
14+       - uses : actions/checkout@v4  
1515        with :
1616          submodules : true  #  Fetch Hugo themes (true OR recursive)
1717          fetch-depth : 0  #  Fetch all history for .GitInfo and .Lastmod
1818
1919      - name : Setup Hugo 
20-         uses : peaceiris/actions-hugo@v2.6.0  
20+         uses : peaceiris/actions-hugo@v3  
2121        with :
22-           hugo-version : ' latest' 
23-           #   extended: true
22+           hugo-version : " latest" 
23+           extended : true 
2424
2525      - name : Build 
2626        run : hugo --minify 
2727
2828      - name : Deploy 
29-         uses : peaceiris/actions-gh-pages@v3.9.0  
29+         uses : peaceiris/actions-gh-pages@v4  
3030        if : github.ref == 'refs/heads/main' 
3131        with :
3232          github_token : ${{ secrets.GITHUB_TOKEN }} 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments