A mirror of my website's source code.

I forgot to add this line to the build.py

by steve0greatness, Monday, 6 May 2024, 05:16:16 (1714972576), pushed by steve0greatness, Monday, 6 May 2024, 05:17:39 (1714972659)

Author identity: Steve0Greatness <steve0greatnessiscool@gmail.com>

f993f6f80a48846ddddd43f7e3e95ddfc42a79e0

build.py

@@ -12,7 +12,8 @@ from typing import Literal

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            DEPLOY_BUILD_DIR = {
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                "gh-pages-deploy": "build",
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            "gl-pages-deploy": "public"
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            "gl-pages-deploy": "public",
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            "cb-pages": "build",
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            } # Separate because this site is built with an action that won't work if they aren't
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            LOCAL_BUILD_DIR = "build"