We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 066e25e + 7c5f8da commit 8fbd6c6Copy full SHA for 8fbd6c6
.github/workflows/build_apidocs.yml
@@ -15,10 +15,10 @@ jobs:
15
contents: write
16
steps:
17
- uses: actions/checkout@v4
18
- - uses: HaoZeke/doxyYoda@33bb2e287f333af6f4d6ad0e01b2539f4da0b9b9
+ - uses: HaoZeke/doxyYoda@v0.1.3
19
with:
20
cppreference-tag: true
21
- version: 0.1.2
+ version: 0.1.3
22
- run: sudo apt-get install -y doxygen graphviz
23
- run: doxygen Doxyfile-prj.cfg
24
- name: Upload documentation artifact
0 commit comments