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

Switch deploy from automatic github pages to deploy that is done with custom github action #635

Open
dmundra opened this issue Jun 2, 2022 · 0 comments
Labels
bug Something isn't working website

Comments

@dmundra
Copy link
Contributor

dmundra commented Jun 2, 2022

The automatic github pages deploy intermittently fails e.g. https://github.com/CivicActions/accessibility/runs/6712655812?check_suite_focus=true. Tracking down the error I found that this is likely caused by the Jekyll version (3.9.2) and sass race conditions (see cloud-gov/pages-uswds-jekyll#223). Looks like the default github pages deploy is locked into that version (see github/pages-gem#651 (comment)). So recommendation is to do own GitHub actions deploy where we build the site with Jekyll version 4 (like we do the QA site) and deploy it to a branch 'gh-pages' and then use that branch to render the site.

@dmundra dmundra added bug Something isn't working website labels Jun 2, 2022
@dmundra dmundra self-assigned this Jun 2, 2022
@dmundra dmundra removed their assignment Sep 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working website
Projects
Development

No branches or pull requests

1 participant