mirror of https://github.com/nirenjan/libx52.git
Add Doxygen generation to build action
parent
2c522b9a66
commit
b294a1a950
|
@ -38,3 +38,14 @@ jobs:
|
||||||
|
|
||||||
- name: Build and Test
|
- name: Build and Test
|
||||||
run: ./.github/scripts/build-and-test.sh
|
run: ./.github/scripts/build-and-test.sh
|
||||||
|
|
||||||
|
- name: Generate Doxygen documentation
|
||||||
|
uses: mattnotmitt/doxygen-action@v1
|
||||||
|
with:
|
||||||
|
working-directory: './build'
|
||||||
|
|
||||||
|
- name: Deploy generated documentation to Github pages
|
||||||
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
|
with:
|
||||||
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
publish_dir: ./build/docs
|
||||||
|
|
Loading…
Reference in New Issue