Funding page only gets updated when push happens
Open
Beginner friendly
Nobody has claimed this yet.
website
- Dominant language
- HTML
- Stars
- 9
- Forks
- 8
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 4
Description
I added a way to update the funding page from the RSS on the weekly runs.
However, the deployment of the site only happens when there's a push action
We probably want to update this to not only pushes, but cron runs.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with .github/workflows/build.yml, especially the RSS update trigger around lines 25–27 and the deployment trigger around lines 48–50. Check how the workflow distinguishes push and scheduled runs, then ensure the site deployment also follows the weekly cron run. Done means the funding page is deployed after scheduled updates as well as pushes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions
- Domain
- ci-cd
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 88/100