Skip to content

Create docs.yml

Create docs.yml #1

Workflow file for this run

name: Docs
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
docs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Install doxygen
run: winget install -e --id DimitriVanHeesch.Doxygen
- name: Run doxygen
run: doxygen