Skip to content

POSIX: provide compatibility for older Linux environments #167

POSIX: provide compatibility for older Linux environments

POSIX: provide compatibility for older Linux environments #167

Workflow file for this run

name: doxygen
on:
push:
branches:
- main
workflow_dispatch:
jobs:
doxygen:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
sudo apt-get install -y doxygen
- uses: mattnotmitt/[email protected]
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: html