diff --git a/docs/admins/cicd-github-actions.qmd b/docs/admins/cicd-github-actions.qmd index 3ff3ebece..7f29b1868 100644 --- a/docs/admins/cicd-github-actions.qmd +++ b/docs/admins/cicd-github-actions.qmd @@ -1,5 +1,5 @@ --- -title: DataHub CI/CD +title: Continuous Integration and Deployment --- ## Overview @@ -21,7 +21,7 @@ The basic order of operations is as follows: The hubs are deployed via [hubploy](https://github.com/berkeley-dsep-infra/hubploy), which is our custom wrapper for `gcloud`, `sops` and `helm`. -## Github Actions architecture +## Github Actions Architecture ### Secrets and Variables @@ -138,6 +138,10 @@ There are also a couple of other workflows in the datahub repository: [quarto-docs.yml](https://github.com/berkeley-dsep-infra/datahub/blob/staging/.github/workflows/quarto-docs.yml) : This builds, renders and pushes our docs to Github Pages. +### Documentation's Workflow + +This documentation is also [deployed by GitHub Actions](../tasks/documentation.html#action). + ## Original Design Document [Slides](https://docs.google.com/presentation/d/1o_P4H8XfbdgI5NMPnjojHZOcSNHRoP5twl0E8Ern1z4/edit?usp=sharing) describe the process in some more detail.