Skip to content

error_code: exclude self from template ctor, explicit copy/move defaults #155

error_code: exclude self from template ctor, explicit copy/move defaults

error_code: exclude self from template ctor, explicit copy/move defaults #155

Workflow file for this run

name: doxygen
on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-22.04
steps:
- name: Install graphviz
run: sudo apt install graphviz
- uses: DenverCoder1/doxygen-github-pages-action@v1.3.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}