mirror of https://github.com/nirenjan/libx52.git
Add filter to Doxygen
parent
b294a1a950
commit
3e2b960c0e
|
@ -41,11 +41,13 @@ jobs:
|
||||||
|
|
||||||
- name: Generate Doxygen documentation
|
- name: Generate Doxygen documentation
|
||||||
uses: mattnotmitt/doxygen-action@v1
|
uses: mattnotmitt/doxygen-action@v1
|
||||||
|
if: ${{ matrix.os == 'ubuntu-20.04' && matrix.cc == 'gcc' }}
|
||||||
with:
|
with:
|
||||||
working-directory: './build'
|
working-directory: './build'
|
||||||
|
|
||||||
- name: Deploy generated documentation to Github pages
|
- name: Deploy generated documentation to Github pages
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
|
if: ${{ matrix.os == 'ubuntu-20.04' && matrix.cc == 'gcc' }}
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: ./build/docs
|
publish_dir: ./build/docs
|
||||||
|
|
Loading…
Reference in New Issue