File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ Here the user would implement this file and replace each of the parameters with
5353the respective data types as dictated by the inputs section of the
5454` build-sphinx-docs.yaml` file.
5555
56- Once the developer has implemeted this in an external gitub repository they may choose
57- to further implement the deployment of the documentation build by implementing the
58- deployment action and passing it the respective parameters defined in `deploy-sphinx-docs.yaml` as follows :
56+ Following the calling of the `build-sphinx-docs` workflow, the `deploy-sphinx-docs`
57+ workflow can be used to deploy the generated html documentation to the GitHub
58+ webserver. This workflow can be called from a workflow using the form describe below :
5959
6060# ## Deploy built HTML to GitHub Pages
6161
You can’t perform that action at this time.
0 commit comments