File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Build and Deploy Docs
33on :
44 push :
55 branches :
6- - main # Trigger on pushes to the main branch
6+ - Doxygen # Trigger on pushes to the main branch
77
88jobs :
99 build :
1818 - name : Install dependencies
1919 run : |
2020 sudo apt-get update
21- sudo apt-get install -y build-essential libeigen3-dev libfftw3-dev libhdf5-dev libopenmpi-dev libomp-dev python3-numpy python3-venv doxygen graphviz cmake make pandoc
21+ sudo apt-get install -y build-essential libeigen3-dev libfftw3-dev libhdf5-dev libopenmpi-dev libomp-dev python3-numpy python3-venv python3-ipython ipython3 doxygen graphviz cmake make pandoc
2222 python3 -m venv .venv # Create a virtual environment
2323 source .venv/bin/activate # Activate the environment
2424 pip install sphinx sphinx-rtd-theme # Install Sphinx and theme
You can’t perform that action at this time.
0 commit comments