-
Notifications
You must be signed in to change notification settings - Fork 633
Add GitHub Actions workflow for Jekyll site CI #672
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Kelleretoro <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a GitHub Actions workflow to build a Jekyll site using Docker. The workflow is triggered on pushes and pull requests to the master branch and uses the jekyll/builder Docker image to build the site.
Key Changes
- Adds new CI workflow that builds Jekyll sites on push/PR to master branch
- Uses Docker-based approach with
jekyll/builderimage for consistent build environment - Configures volume mounts to build the site and output to
_sitedirectory
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@copilot open a new pull request to apply changes based on the comments in this thread |
Co-authored-by: Copilot <[email protected]>
|
@copilot open a new pull request to apply changes based on the comments in this thread |
Co-authored-by: Copilot <[email protected]>
Kelleretoro
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
No description provided.