Skip to content

Bump src/third_party/nanobench from 9f871ad to e432789 (#684) #146

Bump src/third_party/nanobench from 9f871ad to e432789 (#684)

Bump src/third_party/nanobench from 9f871ad to e432789 (#684) #146

Workflow file for this run

name: Generate Doxygen
on:
push:
branches:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Generate Docs
uses: mattnotmitt/doxygen-action@v1.9.8
- name: Deploy to Github Pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/html