Skip to content

Commit

Permalink
missing
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloinigoblasco committed May 11, 2023
1 parent 8c5507c commit 02ae059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doxygen-check-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
- uses: actions/checkout@v2
- uses: mattnotmitt/doxygen-action@v1
with:
doxyfile-path: 'smacc2_ci/Doxyfile'
doxyfile-path: '.github/Doxyfile'
2 changes: 1 addition & 1 deletion .github/workflows/doxygen-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: echo ::set-output name=short_ref::${GITHUB_REF#refs/*/}
- uses: mattnotmitt/doxygen-action@v1
with:
doxyfile-path: 'smacc2_ci/Doxyfile'
doxyfile-path: '.github/Doxyfile'

- uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 02ae059

Please sign in to comment.