Skip to content

ci: enable GitHub Pages deployments - #4

Merged
EstandarMustaq merged 5 commits into
mainfrom
ci/pages-actions-bootstrap
Jul 16, 2026
Merged

ci: enable GitHub Pages deployments#4
EstandarMustaq merged 5 commits into
mainfrom
ci/pages-actions-bootstrap

Conversation

@EstandarMustaq

@EstandarMustaq EstandarMustaq commented Jul 15, 2026

Copy link
Copy Markdown
Member

Summary

  • Registers the GitHub Pages Actions workflow on the default branch
  • Keeps the existing gh-pages branch available as rollback
  • Unblocks workflow_dispatch deployments from validated documentation branches

Scope

This PR contains only the Pages workflow. The portal implementation remains in #3.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4afb547e38

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .github/workflows/pages.yml Outdated
Comment thread .github/workflows/pages.yml Outdated
Comment thread .github/workflows/pages.yml Outdated
Comment thread .github/workflows/pages.yml
@EstandarMustaq
EstandarMustaq merged commit b8655f3 into main Jul 16, 2026
2 checks passed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 91dcf63324

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +7 to +8
group: pages
cancel-in-progress: true

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Keep skipped dispatches out of the deploy concurrency group

Because this is workflow-level concurrency with a constant group, any manual workflow_dispatch run from a non-main ref enters the same pages group before the job-level if: checks skip both jobs. GitHub Actions concurrency cancels in-progress workflow runs in the same group when cancel-in-progress: true, so a skipped feature-branch dispatch by a write user can abort an active production Pages deployment from main; include github.ref in the group or move concurrency to the deploy job after the main gate.

Useful? React with 👍 / 👎.

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.

1 participant