A mirror of my website's source code.

Fix issue in workflow YML

!action/build-deploy

by steve0greatness, Friday, 18 October 2024, 23:36:41 (1729294601), pushed by steve0greatness, Friday, 18 October 2024, 23:37:50 (1729294670)

Author identity: Steve0Greatness <steve0greatnessiscool@gmail.com>

388d96c2c74bce62507c31fa9a39a94684e10650

.github/workflows/build-deploy.yml

@@ -47,7 +47,7 @@ jobs:

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                      uses: mp-pinheiro/nekoweb-deploy@dev
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                      with:
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                        API_KEY: ${{ secrets.NEKOWEB_API_KEY }}
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                                    BUILD_DIR: "/home/runner/work/WikiGen/WikiGen/artifact"
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                                    BUILD_DIR: "/home/runner/work/steve0greatness.github.io/steve0greatness.github.io/artifact"
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                        DEPLOY_DIR: "/build"
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                        CLEANUP: "True"
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                        DELAY: "0.5"