A mirror of my website's source code.

I have no clue at this point. If this doesn't work...

by steve0greatness, Friday, 29 December 2023, 22:56:15 (1703890575), pushed by steve0greatness, Monday, 6 May 2024, 02:55:32 (1714964132)

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

f03cd4b03255722e419eddb84589c7a28f320027

.github/workflows/deploy.yml

@@ -22,6 +22,12 @@ jobs:

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                        # You can test your matrix by printing the current Python version
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                        - name: Run Python Builder
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                          run: python build.py
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                                    - name: Commit docs directory
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                                      run: |
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                                        git config --global user.name 'github-actions'
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                                        git config --global user.email 'github-actions@github.com'
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                                        git commit -am "Automated report"
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                                        git push
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                        - name: Deploy 🚀
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                          uses: JamesIves/github-pages-deploy-action@v4
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                          with: