Skip to content

Fix GitHub Pages deploy timeout: restore CNAME to www.freewili.com#1

Merged
jyoung-ics merged 2 commits into
mainfrom
copilot/fix-deploy-github-actions-job
Jul 2, 2026
Merged

Fix GitHub Pages deploy timeout: restore CNAME to www.freewili.com#1
jyoung-ics merged 2 commits into
mainfrom
copilot/fix-deploy-github-actions-job

Conversation

Copilot AI commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

The deploy job was perpetually stuck in deployment_queued for 10 minutes before timing out. Root cause: CNAME was changed to the apex domain freewili.com, which GitHub Pages cannot verify without A/ALIAS DNS records — the DNS is only configured with a subdomain CNAME for www.freewili.com.

Change

  • CNAME: reverted from freewili.comwww.freewili.com

Apex domains require GitHub Pages IP A records (185.199.108–111.153) or ALIAS/ANAME records; a standard CNAME at the DNS apex is not valid. Since the DNS infrastructure is already wired for the www subdomain, restoring this is the correct minimal fix.

Copilot AI changed the title [WIP] Fix failing GitHub Actions job deploy Fix GitHub Pages deploy timeout: restore CNAME to www.freewili.com Jul 2, 2026
Copilot AI requested a review from jyoung-ics July 2, 2026 17:51

@jyoung-ics jyoung-ics left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do it

@jyoung-ics jyoung-ics marked this pull request as ready for review July 2, 2026 18:01
@jyoung-ics jyoung-ics merged commit bc8f52e into main Jul 2, 2026
2 checks 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.

2 participants