diff --git a/ci-tests-data/ci.md b/ci-tests-data/ci.md index be795be0..256bebf9 100644 --- a/ci-tests-data/ci.md +++ b/ci-tests-data/ci.md @@ -18,7 +18,7 @@ CI allows you to automate running workflows across a suite of environments inclu Continuous deployment (CD) extends the CI process by automating the deployment of code changes to production or staging environments. In the case of your open source tool, CD can be used to: - Automate publishing to PyPI -- Automate publishing your documentation to github pages or Read the Docs. +- Automate publishing your documentation to GitHub Pages or Read the Docs. It is also used once your conda-forge recipe is set up to keep your package up to date on conda-forge.