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

Migrate to GitHub Actions #174

Merged

Conversation

jacobtomlinson
Copy link
Member

@jacobtomlinson jacobtomlinson commented Nov 4, 2020

Closes #172

Migrate the build and deploy job to GitHub Actions.

Builds will be done on pushes and PRs for CI purposes but deploy to gh-pages will only happen on master branch.

Copy link
Member

@jrbourbeau jrbourbeau left a comment

Choose a reason for hiding this comment

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

Woo, thanks @jacobtomlinson! This is great to see. I've left a couple of small comments, otherwise this LGTM

.github/workflows/ci-build.yaml Outdated Show resolved Hide resolved
.github/workflows/ci-build.yaml Show resolved Hide resolved
@jacobtomlinson
Copy link
Member Author

Thanks for the review @jrbourbeau!

I've implemented your suggestions and I'm going to hit merge as that's the only way we can really test the deploy works.

@jacobtomlinson jacobtomlinson merged commit 9be2b11 into dask:master Nov 5, 2020
@jacobtomlinson jacobtomlinson deleted the migrate-to-github-actions branch November 5, 2020 10:22
@jacobtomlinson
Copy link
Member Author

Success 🚀

image

@jacobtomlinson jacobtomlinson mentioned this pull request Nov 5, 2020
@jrbourbeau
Copy link
Member

Woo! Thanks @jacobtomlinson!

@jacobtomlinson
Copy link
Member Author

I've just wrapped this up by removing the DEPLOY_KEY secret that I created and cleaning up the old deploy keys as they will no longer be needed.

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.

Migrate CI to GitHub Actions
2 participants