File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 5454 if : ${{ !github.event.pull_request || github.event.action != 'closed' }}
5555 shell : bash -l {0}
5656 run : |
57- pip install numpy cython setuptools scikit-build cmake sphinx"<7.2" sphinx_rtd_theme pydot graphviz sphinxcontrib-programoutput sphinxcontrib-googleanalytics
57+ pip install numpy cython setuptools scikit-build cmake sphinx"<7.2" pydot graphviz furo \
58+ sphinxcontrib-programoutput sphinxcontrib-googleanalytics sphinx-design sphinxcontrib-jsmath
5859 - name : Checkout repo
59606061 with :
8081 cmake --build . --target Sphinx || exit 1
8182 mv ../cmake-install/docs/docs ~/docs
8283 git clean -dfx
84+ git reset --hard @{u}
8385 - name : Publish docs
8486 if : ${{ github.event.pull_request && !github.event.pull_request.head.repo.fork && github.ref == 'refs/heads/master' && github.event.action != 'closed' }}
8587 shell : bash -l {0}
You can’t perform that action at this time.
0 commit comments