A mirror of my website's source code.

Important information: Google announced that, from September 2026, Android devices will require ALL apps to be signed by Google, effectively leading to an iOS situation. Value your right to a computer that does what you want; do not tolerate this monopolistic practice! Contact me if you don't understand why it is bad. Click to learn more.

Use a different refspec(www doesn't work)

by steve0greatness, Monday, 6 May 2024, 05:55:41 (1714974941), pushed by steve0greatness, Monday, 6 May 2024, 06:07:13 (1714975633)

Author identity: Steve0Greatness <steve0greatnessiscool@gmail.com>

c921807466d1300989a4767421626799b4d29d8d

ManualDeploy.ps1

@@ -5,6 +5,6 @@ mv build/* .

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            git add .
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            git commit -m "Pages Build & Deploy"
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            git push codeberg pages -f
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        git push roundabout www -f
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        git push roundabout pages -f
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            git branch -d pages
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            git checkout main