dask / dask-tutorial

Dask tutorial
https://tutorial.dask.org
BSD 3-Clause "New" or "Revised" License
1.83k stars 702 forks source link

Migrate to GitHub Actions #199

Closed jacobtomlinson closed 3 years ago

jacobtomlinson commented 3 years ago

Closes #198

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.

jacobtomlinson commented 3 years ago

cc @jrbourbeau as this is almost identical to dask/dask-examples#174