Skip to content

feat(ci): weekly Golf page redeploy every Sunday - #109

Merged
kenjdavidson merged 3 commits into
mainfrom
copilot/golf-page-redeploy-weekly
Mar 17, 2026
Merged

feat(ci): weekly Golf page redeploy every Sunday#109
kenjdavidson merged 3 commits into
mainfrom
copilot/golf-page-redeploy-weekly

Conversation

Copilot AI commented Mar 16, 2026

Copy link
Copy Markdown
Contributor

The Golf page pulls live content at build time, requiring weekly redeployment through the golf season without manual intervention.

Changes

  • schedule trigger added to publish-astro.yml — fires every Sunday at 09:00 UTC (0 9 * * 0)
  • The build job runs unconditionally on every trigger (push, workflow_dispatch, and schedule)
schedule:
  - cron: '0 9 * * 0'  # Every Sunday at 9:00 AM UTC
Trigger Result
push to main ✅ deploys
workflow_dispatch ✅ deploys
schedule (every Sunday) ✅ deploys

<issue_title>Golf Page Redeploy - weekly through summer</issue_title>

<issue_description> In order to make sure the Golf content is maintained, we need to release once a week through the summer, April to October. Every Sunday morning the page should re-deploy updating the Golf Content and any future weekly updates that need to be handled.</issue_description>

Comments on the Issue (you are @copilot in this section)

Original prompt

This section details on the original issue you should resolve

<issue_title>Golf Page Redeploy - weekly through summer</issue_title>
<issue_description> In order to make sure the Golf content is maintained, we need to release once a week through the summer, April to October. Every Sunday morning the page should re-deploy updating the Golf Content and any future weekly updates that need to be handled.</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

…tober)

Co-authored-by: kenjdavidson <6210735+kenjdavidson@users.noreply.github.com>
Copilot AI changed the title [WIP] [GOLF-1] Add weekly redeploy for Golf page content feat(ci): weekly Golf page redeploy every Sunday, April–October Mar 16, 2026
Copilot AI requested a review from kenjdavidson March 16, 2026 19:37
Comment thread .github/workflows/publish-astro.yml Outdated
@kenjdavidson
kenjdavidson marked this pull request as ready for review March 16, 2026 19:44
Co-authored-by: kenjdavidson <6210735+kenjdavidson@users.noreply.github.com>
Copilot AI changed the title feat(ci): weekly Golf page redeploy every Sunday, April–October feat(ci): weekly Golf page redeploy every Sunday Mar 16, 2026
Copilot AI requested a review from kenjdavidson March 16, 2026 19:45
@kenjdavidson
kenjdavidson merged commit fb4c27e into main Mar 17, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Golf Page Redeploy - weekly through summer

2 participants