correct .github/workflows/main.yml

This commit is contained in:
Christian Zimmermann 2024-02-04 19:33:43 +01:00
parent 29913bb350
commit 1aa6828e8a

View file

@ -6,7 +6,7 @@ name: Doxygen Action
on: on:
workflow_dispatch: workflow_dispatch:
push: push:
branches: [ master ] branches: [ main ]
jobs: jobs:
build: build:
@ -22,7 +22,7 @@ jobs:
uses: mattnotmitt/doxygen-action@v1.1.0 uses: mattnotmitt/doxygen-action@v1.1.0
with: with:
# Path to Doxyfile # Path to Doxyfile
doxyfile-path: "./doc/doxy/Doxyfile" doxyfile-path: "./Doxyfile"
# Working directory # Working directory
working-directory: "./doc/doxy" working-directory: "./doc/doxy"