Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 631 Bytes

how-to-build-documentation.rst

File metadata and controls

17 lines (12 loc) · 631 Bytes

How to build the documentation for unifhy

Using GitHub Actions workflow and GitHub CLI

Once the GitHub Command-Line Interface (CLI) is installed (using e.g. conda install gh --channel conda-forge) and configured, the following command can be used to build the documentation automatically:

gh workflow run build_docs.yml --ref dev

This will build the documentation based on the latest commit on the 'dev' branch and, as part of the workflow, will directly commit any documentation changes to the 'dev' branch.