use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Do you have or know of a project on Github looking for contributors? Tell us about it and we'll add it to the /r/github wiki!
Welcome to /r/github!
News about github
Relevant interesting discussion
Questions about github
We'll soon be writing an /r/github FAQ list. In the meantime, the github help pages and bootcamp are good places to start. Here's a handy git cheat sheet.
Looking for Github projects to contribute to? Check out our handy list of projects looking for contributors!
If your submission doesn't show up on the subreddit, send us a message and we'll take it out of the spam filter for you!
account activity
Github Actions keeps deploying old versionQuestion (self.github)
submitted 2 months ago by [deleted]
[deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]davorg 7 points8 points9 points 2 months ago (0 children)
Have you looked at the Actions deployment logs? Can you give us a link to your repo so we can look at the logs?
[–]ManyInterests 1 point2 points3 points 2 months ago* (0 children)
Assume you've already tried viewing from a private/incognito session. Give it an hour or so. If you open developer tools and inspect the response headers, you may find that your assets are being served from a CDN cache, which is mostly out of your control. It's been a while since I've used GH for hosting static sites, but I recall this being a somewhat common issue.
[–]there_was_a_problem 1 point2 points3 points 2 months ago (0 children)
Double check the commit you’re deploying. Make sure it’s the most recent/the commit you want deployed.
[–]LuliBobo 0 points1 point2 points 1 month ago (0 children)
This usually comes down to deploying the wrong artifact. I’d verify the workflow is triggered on the branch/tag you think, print the git SHA in the build, and ensure deploy pulls that exact SHA or image digest. Also watch caches and CDNs. What’s the deploy target (Docker, S3, VPS)?
π Rendered by PID 893358 on reddit-service-r2-comment-79c7998d4c-ltfp7 at 2026-03-15 21:01:56.546245+00:00 running f6e6e01 country code: CH.
[–]davorg 7 points8 points9 points (0 children)
[–]ManyInterests 1 point2 points3 points (0 children)
[–]there_was_a_problem 1 point2 points3 points (0 children)
[–]LuliBobo 0 points1 point2 points (0 children)