Skip to content

Commit 3d54d47

Browse files
Bump mattnotmitt/doxygen-action from 1.9.8 to 1.12.0
Bumps [mattnotmitt/doxygen-action](https://github.com/mattnotmitt/doxygen-action) from 1.9.8 to 1.12.0. - [Release notes](https://github.com/mattnotmitt/doxygen-action/releases) - [Commits](mattnotmitt/doxygen-action@v1.9.8...v1.12.0) --- updated-dependencies: - dependency-name: mattnotmitt/doxygen-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0ed7d4a commit 3d54d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- run: sudo rm -rf build
4444
- run: mkdir build
4545
- name: Create Doxygen Files
46-
uses: mattnotmitt/doxygen-action@v1.9.8
46+
uses: mattnotmitt/doxygen-action@v1.12.0
4747
with:
4848
doxyfile-path: 'docs/Doxyfile'
4949
- run: sudo sed -ri 's/<div id="projectname">(.*)/<div id="projectname"><a href="..\/index.html">\1 <\/a>/g' ./build/Doxygen/html/index.html

0 commit comments

Comments
 (0)