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 deployment workflows for GitHub Pages #2038
Conversation
|
| outputs: | ||
| # To avoid deploying documentation for unrelease changes, we check the number of changeset files. | ||
| # If it's 0, we deploy. | ||
| should_deploy: ${{ steps.changeset-count.outputs.change_count == 0 }} |
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.
Interesting I've never seen these guard options
What are you trying to accomplish?
Part of github/primer#886
Replaces deployment target for all docs from Vercel to GitHub Pages
What approach did you choose and why?
Utilises reusable workflows make future deployments consistent with other Primer repo's.
What should reviewers focus on?
Use the new preview urls, which will appear in all new PRs - including this one - as follows:
or
Review the latest preview deployment and check everything is appearing correctly🙏
Can these changes ship as is?
Todo
Post-merge