GitHub Actions Build Successful, But Website Doesn't Reflect Code Changes #1594
Unanswered
BillyBrown237
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working on a project hosted on GitHub and using a build pipeline with GitHub Actions. While the build pipeline executes successfully, the changes I make to my project files aren't reflected on my live website. Here's a breakdown of what I'm experiencing:
Build Pipeline: My build pipeline seems to be working correctly. It fetches code from the repository, builds it (if necessary), and presumably completes all defined steps.
Code Changes: I've confirmed that the changes I make to my files are committed and pushed to the GitHub repository successfully.
Website Not Updated: However, when I visit my live website, the changes to are not reflected. It displays a crashed verison of the file
Beta Was this translation helpful? Give feedback.
All reactions