chore: bump version 1.5.2 #112
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Doxygen to GitHub Pages | |
| on: [push] | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/[email protected] | |
| with: | |
| submodules: True | |
| - name: Doxygen build (libudmaio) | |
| uses: mattnotmitt/[email protected] | |
| - name: Doxygen build (example) | |
| uses: mattnotmitt/[email protected] | |
| with: | |
| working-directory: ./example | |
| - name: Doxygen deploy | |
| uses: peaceiris/[email protected] | |
| with: | |
| github_token: ${{ secrets.GITHUB_TOKEN }} | |
| publish_dir: ./docs |