Skip to content

Add GitHub Actions workflow for Jekyll site CI - #1

Merged
CosmicCreator007 merged 1 commit into
mainfrom
CosmicCreator007-patch-1
Jul 1, 2026
Merged

Add GitHub Actions workflow for Jekyll site CI#1
CosmicCreator007 merged 1 commit into
mainfrom
CosmicCreator007-patch-1

Conversation

@CosmicCreator007

Copy link
Copy Markdown
Owner

No description provided.

@CosmicCreator007
CosmicCreator007 merged commit 30495b5 into main Jul 1, 2026
2 checks passed
@CosmicCreator007
CosmicCreator007 requested a review from Copilot July 1, 2026 23:55
@CosmicCreator007 CosmicCreator007 self-assigned this Jul 1, 2026

Copilot AI 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.

Pull request overview

Adds a GitHub Actions workflow to build the repository’s Jekyll site in CI using the jekyll/builder Docker image, intended to validate site builds on pushes and pull requests to main.

Changes:

  • Introduces .github/workflows/jekyll-docker.yml to run a Docker-based jekyll build job.
  • Triggers the workflow on push and pull_request events targeting the main branch.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +14 to +20
steps:
- uses: actions/checkout@v4
- name: Build the site in the jekyll/builder container
run: |
docker run \
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
jekyll/builder:latest /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future"
Comment on lines +18 to +20
docker run \
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
jekyll/builder:latest /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future"
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