Skip to content
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

Jekyll Workflow Migration #314

Merged
merged 2 commits into from
Nov 19, 2024
Merged

Jekyll Workflow Migration #314

merged 2 commits into from
Nov 19, 2024

Conversation

kchason
Copy link
Member

@kchason kchason commented Nov 19, 2024

Converts the build flow away from the native Jekyll workflow and to the Jekyll website packaging to allow for custom plugins and version upgrades.

https://jekyllrb.com/docs/continuous-integration/github-actions/

@kchason kchason self-assigned this Nov 19, 2024
@kchason kchason marked this pull request as ready for review November 19, 2024 22:10
@kchason kchason requested a review from a team as a code owner November 19, 2024 22:10
- name: Checkout
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
Copy link
Member

Choose a reason for hiding this comment

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

I'd prefer to more loosely pin this rather than using a commit, so we catch action "drift." But I won't block on this for now.

Signed-off-by: Alex Nelson <[email protected]>
@ajnelson-nist ajnelson-nist merged commit b399ec1 into master Nov 19, 2024
1 check passed
@ajnelson-nist ajnelson-nist deleted the jekyll-workflow-1 branch November 19, 2024 22:45
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