Skip to content

Commit 94a610c

Browse files
committed
remove optional parameter
1 parent a32b3da commit 94a610c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
run: echo "PROJECT_NUMBER = $(git describe --tags --abbrev=0 | cut -c2-)" >> Doxyfile
2020
- name: Run Doxygen
2121
uses: mattnotmitt/doxygen-action@v1
22-
with:
23-
doxyfile-path: 'Doxyfile'
2422
- uses: peaceiris/actions-gh-pages@v3
2523
with:
2624
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)