The idea is to migrate 3 following stages from Travis CI to GitHub Actions:
Each stage can be a separate action: e.g. Docs -> .github/workflows/docs.yml, Deploy -> .github/workflows/binaries-release.yml, Nightly -> .github/workflows/binaries-nightly-release.yml
For PyDataGlobal contributors, feel free to ask questions for details if any and say that you would like to tackle the issue.
Please, take a look at CONTRIBUTING guide.
@vfdev-5 docs and deploy left to done?
can i take this?
@ydcjeff yes, docs and deploy are still open.
You can take a look at how to migrate docs, if you like. This task is also overlaps a little with this https://github.com/pytorch/ignite/pull/1350 (it probably will be closed as stale) in the sense that I'd like to have "Nice to have" part for this issue.
Okay, I will start working if that PR get closed.
@ydcjeff #1350 does not solve the same problem. It will be closed once we migrated from Travis.
Alright then I will draft a PR
Thanks @ydcjeff !
Done via #1458 #1457 and #1450