Add filter to Doxygen

reverse-scroll
nirenjan 2021-02-09 00:24:53 -08:00
parent b294a1a950
commit 3e2b960c0e
1 changed files with 2 additions and 0 deletions

View File

@ -41,11 +41,13 @@ jobs:
- name: Generate Doxygen documentation
uses: mattnotmitt/doxygen-action@v1
if: ${{ matrix.os == 'ubuntu-20.04' && matrix.cc == 'gcc' }}
with:
working-directory: './build'
- name: Deploy generated documentation to Github pages
uses: peaceiris/actions-gh-pages@v3
if: ${{ matrix.os == 'ubuntu-20.04' && matrix.cc == 'gcc' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build/docs