Skip to content

Add Jekyll GitHub Pages deployment workflow#112

Merged
simeji merged 1 commit into
masterfrom
feature/add-jekyll-gh-pages-workflow
Apr 5, 2026
Merged

Add Jekyll GitHub Pages deployment workflow#112
simeji merged 1 commit into
masterfrom
feature/add-jekyll-gh-pages-workflow

Conversation

@simeji

@simeji simeji commented Apr 5, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add .github/workflows/jekyll-gh-pages.yml to deploy Jekyll site from ./docs to GitHub Pages
  • Triggers on push to master and manual dispatch

@codex review

Source set to ./docs directory.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

@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: 185daf74f5

ℹ️ 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".


on:
push:
branches: ["master"]

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Trigger Pages deploy from the active main branch

The workflow only listens to pushes on master, but this repository’s active development branch is main, so normal merges will never start the Pages build/deploy job. In practice this makes the new auto-deploy path nonfunctional unless someone manually dispatches the workflow each time, which defeats the intended push-based deployment.

Useful? React with 👍 / 👎.

@simeji simeji merged commit bb28f58 into master Apr 5, 2026
2 checks passed
@simeji simeji deleted the feature/add-jekyll-gh-pages-workflow branch April 5, 2026 05:12
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