fix(uio): consider "offset" from sysfs for unaligned UIO nodes #108
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/checkout@v3.3.0 | |
| with: | |
| submodules: True | |
| - name: Doxygen build (libudmaio) | |
| uses: mattnotmitt/doxygen-action@1.9.5 | |
| - name: Doxygen build (example) | |
| uses: mattnotmitt/doxygen-action@1.9.5 | |
| with: | |
| working-directory: ./example | |
| - name: Doxygen deploy | |
| uses: peaceiris/actions-gh-pages@v3.9.1 | |
| with: | |
| github_token: ${{ secrets.GITHUB_TOKEN }} | |
| publish_dir: ./docs |