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

Update Actions workflows to support deploying to GitHub Pages. #9

Merged
merged 2 commits into from
Aug 20, 2024

Conversation

nuclearsandwich
Copy link
Contributor

@nuclearsandwich nuclearsandwich commented Aug 15, 2024

It's our goal to deploy this site using GitHub Pages.
I've added an upload job to our current CI, which only triggers when the workflow was started by a push to main and an additional Deploy to GitHub Pages workflow which runs whenever the CI workflow runs on main and deploys the uploaded pages artifact on success.

@nuclearsandwich nuclearsandwich self-assigned this Aug 15, 2024
@nuclearsandwich nuclearsandwich marked this pull request as ready for review August 16, 2024 17:20
@nuclearsandwich nuclearsandwich force-pushed the nuclearsandwich/actions-deploy branch 3 times, most recently from f799fea to 2fd5bc3 Compare August 16, 2024 20:01
When the build was triggered by a push to the main branch upload the
generated output as a GitHub Actions artifact in order to facilitate
deployment.
Deploy uploaded artifacts to GitHub Pages.
@nuclearsandwich nuclearsandwich merged commit f5d3c53 into main Aug 20, 2024
1 check passed
@nuclearsandwich nuclearsandwich deleted the nuclearsandwich/actions-deploy branch August 20, 2024 21:19
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