Update main.yml

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

View File

@ -22,7 +22,12 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Doxygen Action
- name: Generate
uses: mattnotmitt/doxygen-action@v1.1.0
with:
doxyfile-path: "./ActionDoxyfile"
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./kerneldoc