Skip to content

battle

battle #170

Workflow file for this run

name: docs
on:
workflow_dispatch:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: mattnotmitt/[email protected]
with:
doxyfile-path: docs/Doxyfile
- uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/html