File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 35
35
build-docs :
36
36
uses : nRF24/.github/.github/workflows/build_docs.yaml@main
37
37
with :
38
+ doxygen-version : ' 1.13.2'
38
39
deploy-gh-pages : ${{ github.event_name == 'release' || (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/master') }}
39
- doxygen-version : ' 1.11.0'
40
40
secrets : inherit
Original file line number Diff line number Diff line change 15
15
commands :
16
16
# Install doxygen from source distributions (conda forge does not keep up-to-date doxygen releases)
17
17
- >
18
- DOXYGEN_VERSION="1.12.0 " &&
18
+ DOXYGEN_VERSION="1.13.2 " &&
19
19
mkdir .doxygen && cd .doxygen &&
20
20
echo $(pwd) &&
21
21
echo "https://sourceforge.net/projects/doxygen/files/rel-$DOXYGEN_VERSION/doxygen-$DOXYGEN_VERSION.linux.bin.tar.gz" &&
You can’t perform that action at this time.
0 commit comments