Skip to content

fix: auto-enable GitHub Pages in deploy workflow#3

Merged
erikconnect merged 1 commit into
mainfrom
copilot/publish-repo-to-github-pages
May 9, 2026
Merged

fix: auto-enable GitHub Pages in deploy workflow#3
erikconnect merged 1 commit into
mainfrom
copilot/publish-repo-to-github-pages

Conversation

Copilot AI commented May 9, 2026

Copy link
Copy Markdown
Contributor

The Pages deploy workflow was failing because GitHub Pages was never activated on the repo — actions/configure-pages returned 404 Not Found even though the build completed successfully.

Change

Added enablement: true to the configure-pages step so the action activates Pages automatically on first run instead of assuming it's already enabled.

- name: Setup Pages
  uses: actions/configure-pages@v5
  with:
    enablement: true

…activated

Agent-Logs-Url: https://github.com/erikconnect/Velora/sessions/da8934d2-a2e6-4e4b-ac14-3a65bbd1b60c

Co-authored-by: erikconnect <31578165+erikconnect@users.noreply.github.com>
@vercel

vercel Bot commented May 9, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
velora-showcase Ready Ready Preview, Comment May 9, 2026 0:43am

@erikconnect

Copy link
Copy Markdown
Owner

Fixed

@erikconnect erikconnect marked this pull request as ready for review May 9, 2026 00:45
@erikconnect erikconnect merged commit acd9ff5 into main May 9, 2026
3 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