A mirror of my website's source code.

Change # to ! for deploy macro

!action/build-deploy

by steve0greatness, Wednesday, 16 October 2024, 23:57:38 (1729123058), pushed by steve0greatness, Wednesday, 16 October 2024, 23:59:16 (1729123156)

Author identity: Steve0Greatness <steve0greatnessiscool@gmail.com>

495cfa7b12dc1018669291bf27f6b11b8a4dc68a

.github/workflows/build-deploy.yml

@@ -33,7 +33,7 @@ jobs:

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                          with:
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                            path: build
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                deploy:
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                              if: "contains(github.event.head_commit.message, '#action/build-deploy')"
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                              if: "contains(github.event.head_commit.message, '!action/build-deploy')"
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                  needs: [build]
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                  runs-on: ubuntu-latest
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                  strategy: