Update main.yml

This commit is contained in:
pjht 2020-07-25 18:45:54 -05:00 committed by GitHub
parent 38717798d2
commit 4d26ae05eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions
name: CI
name: Doxygen
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
@ -24,3 +24,5 @@ jobs:
- name: Doxygen Action
uses: mattnotmitt/doxygen-action@v1.1.0
with:
doxyfile-path: "./ActionDoxyfile"