Skip to content

Commit

Permalink
Create doxygen.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VasilKalchev authored Nov 6, 2021
1 parent 18f63d5 commit b487b4f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: doxygen

on:
pull_request:
branches: [ master ]

workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Generate
run: |
sudo apt install -y doxygen
doxygen doc/Doxygen/Doxyfile

0 comments on commit b487b4f

Please sign in to comment.