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

Add a script to validate all the themes we support #780

Closed
wants to merge 1 commit into from

Conversation

parkr
Copy link
Contributor

@parkr parkr commented Jul 27, 2021

In #772, we removed the jekyll-theme-<theme_name> themes from this gem and replaced them with remote_theme declarations which are equivalent. In doing so, we accidentally broke the local development process. Folks with theme: jekyll-theme-<theme_name> need to change to use remote_theme: pages-themes/<theme_name>@v0.2.0 instead to get their site to build locally.

In order to prevent future local build breakages, this PR proposes a new CI target to test building a Jekyll site with each theme.

Related to #777

@parkr parkr closed this Sep 3, 2021
@parkr parkr deleted the validate-themes-work branch September 3, 2021 15:07
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.

None yet

1 participant