Update main.yml
This commit is contained in:
parent
4d26ae05eb
commit
f12368bc90
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user