Skip to content

Update doxygen.yml

Update doxygen.yml #2

Workflow file for this run

on:
workflow_dispatch:
push:
branches:
- docs
name: Build doxygen documentation
jobs:
build-documentation:
runs-on: ubuntu-latest
steps:
- name: Inspect current file structure
run: ls
- name: Install Doxygen and Dot
run: sudo apt install doxygen graphviz
- name: Run doxygen
run: doxygen ./doxyfile