Skip to content
This repository has been archived by the owner on Oct 27, 2024. It is now read-only.

Update README.md

Update README.md #465

Workflow file for this run

name: Doxygen
on:
push:
branches: [ "main" ]
workflow_dispatch:
jobs:
doxygen:
runs-on: ubuntu-latest
steps:
- name: Install Doxygen
run: |
sudo apt-get update
sudo apt-get install -y doxygen
- uses: actions/checkout@v4
- name: Generate docs
run: doxygen Doxyfile
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@releases/v4
with:
BRANCH: gh-pages
FOLDER: docs/html