Skip to content

docs: Add GitHub Actions workflow for Jekyll deployment to Pages#12

Merged
CoderCoco merged 1 commit into
mainfrom
CoderCoco-patch-1
Apr 19, 2026
Merged

docs: Add GitHub Actions workflow for Jekyll deployment to Pages#12
CoderCoco merged 1 commit into
mainfrom
CoderCoco-patch-1

Conversation

@CoderCoco
Copy link
Copy Markdown
Owner

This workflow builds and deploys a Jekyll site to GitHub Pages, with necessary dependencies preinstalled.

This workflow builds and deploys a Jekyll site to GitHub Pages, with necessary dependencies preinstalled.
Copilot AI review requested due to automatic review settings April 19, 2026 02:08
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds a GitHub Actions workflow to build and deploy a Jekyll site to GitHub Pages on pushes to main (and via manual dispatch), aligning with GitHub’s recommended Pages deployment pattern.

Changes:

  • Introduces a Pages build job using actions/jekyll-build-pages@v1 and uploads the _site artifact.
  • Adds a deploy job that publishes the uploaded artifact to the github-pages environment via actions/deploy-pages@v5.
  • Configures required token permissions and deployment concurrency for Pages.

@CoderCoco CoderCoco merged commit 157f8ad into main Apr 19, 2026
8 checks passed
@CoderCoco CoderCoco deleted the CoderCoco-patch-1 branch April 19, 2026 02:09
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