Skip to content

Update README.md

Update README.md #42

Workflow file for this run

name: Doxygen documentation
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Generate Doxygen documentation
uses: mattnotmitt/[email protected]
with:
working-directory: '.'
doxyfile-path: './Doxyfile'
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: Docs
path: ./doxydoc