Skip to content

Fix docs deploy job by enabling GitHub Pages during workflow setup - #2

Draft
Atomique13 with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-deploy-github-actions-job
Draft

Fix docs deploy job by enabling GitHub Pages during workflow setup#2
Atomique13 with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-deploy-github-actions-job

Conversation

Copilot AI commented Sep 4, 2026

Copy link
Copy Markdown

The deploy job in build-docs failed at actions/configure-pages because the repository Pages site was not present and the action ran with default non-enable behavior. This change makes the workflow resilient by allowing Pages setup during the job.

  • Root cause addressed

    • actions/configure-pages@v6 failed with Get Pages site failed ... Not Found when Pages was not pre-enabled.
  • Workflow change

    • Updated .github/workflows/docs.yml to explicitly enable Pages during configuration in the deploy job.
  • Behavioral impact

    • Docs deployment no longer depends on prior manual Pages enablement.
- uses: actions/configure-pages@v6
  with:
    enablement: true

Co-authored-by: Atomique13 <31422391+Atomique13@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix failing GitHub Actions job deploy Fix docs deploy job by enabling GitHub Pages during workflow setup Sep 4, 2026
Copilot AI requested a review from Atomique13 September 4, 2026 01:13
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