A mirror of my website's source code.

I cannot be bothered to continue trying to figure out what is wrong with these

by steve0greatness, Monday, 6 May 2024, 07:05:06 (1714979106), pushed by steve0greatness, Monday, 6 May 2024, 07:06:30 (1714979190)

Author identity: Steve0Greatness <steve0greatnessiscool@gmail.com>

88cf8fb797d20c2640ef8b96d6885c5435186a3a

GitPusher.ps1

@@ -2,4 +2,3 @@ git push codeberg

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            git push github
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            git push gitlab
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            git push roundabout
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        ./ManualDeploy.ps1
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                            
                                

ManualDeploy.ps1

@@ -1,12 +0,0 @@

                                
                                
                                
                            
                                
                                    
                                        
                                        python build.py cb-pages
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        $pagesbranchexists = (git branch --list pages) -Eq $null
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        if ($pagesbranchexists) {
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            git branch -D pages
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        }
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        git switch --orphan pages
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        ls | grep -v build | rm -r -fo
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        mv build/* .
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        git add .
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        git commit -m "Pages Build & Deploy"
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        git push codeberg pages -f
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        git push roundabout pages -f