Repo Changes Not Being Applied [EDIT] Everything Works Now, Just Needed To Wait

I made a new commit. My FastAPI site was successfully hosted and deployed on render upon the first inital pushes to my github repo.

But with my last two, I’m noticing my css file and images are not being imported correctly.

Any help would be greatly appreciated. Here is my file structure if it helps

/
├── Website
│   ├── assets
│   │   │
│   │   ├── css
│   │   │   ├── main.css
│   │   │
│   │   │── js
│   │   │ 
│   │   │── img   
│   │   │   ├── logo.png 
│   │   │   ├── department.png
│   │   │   ├── thankyou.png
│   │   │   ├── u-logo.jpg
│   │   │
│   │   │── infographics   
│   │   │   ├── infographic1.png 
│   │   │   ├── infographic2.png
│   │   │   ├── infographic3.png
│   │   │   ├── infographic4.jpg
│   │   │   ├── infographic4b.jpg
│   │   │   ├── infographic5.jpg
│   │   │   ├── infographic5b.jpg
│   │   │── videos   
│   │       ├── video1.mp4
│   │       ├── video2.mp4
│   │       ├── video3.mp4
│   │       ├── video4.mp4
│   │   
│   ├── templates
│   │   ├── { About 16 HTML templates}
│   │   
│   ├── main.py
│   │   
│   ├── requirements.txt
│   │   
│   ├── json file

Just adding a reply to let everyone know that when I woke up this morning the repo was being read correctly. I did nothing, but I’m happy it’s working haha :grinning:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.