Merge pull request 'correct .github/workflows/main.yml' (#6) from dev into main
Reviewed-on: #6
This commit is contained in:
commit
38d0258aa4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -6,7 +6,7 @@ name: Doxygen Action
|
|||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -22,7 +22,7 @@ jobs:
|
|||
uses: mattnotmitt/doxygen-action@v1.1.0
|
||||
with:
|
||||
# Path to Doxyfile
|
||||
doxyfile-path: "./doc/doxy/Doxyfile"
|
||||
doxyfile-path: "./Doxyfile"
|
||||
# Working directory
|
||||
working-directory: "./doc/doxy"
|
||||
|
||||
|
|
Loading…
Reference in a new issue