A mirror of my website's source code.

try doing it at the start?!?!?

by steve0greatness, Friday, 29 December 2023, 23:00:21 (1703890821), pushed by steve0greatness, Monday, 6 May 2024, 02:55:32 (1714964132)

Author identity: Steve0Greatness <75220768+Steve0Greatness@users.noreply.github.com>

da832206bb8abe8492091feebf9e21fa710f723e

.github/workflows/deploy.yml

@@ -24,10 +24,10 @@ jobs:

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                          run: python build.py
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                        - name: Commit docs directory
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                          run: |
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                                        git add docs/
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                            git config --global user.name 'github-actions'
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                            git config --global user.email 'github-actions@github.com'
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                            git commit -am "Automated report"
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                                        git add docs/
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                            git push
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                        - name: Deploy 🚀
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                          uses: JamesIves/github-pages-deploy-action@v4