Skip to content

Commit

Permalink
Create docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikTrefil authored Dec 22, 2023
1 parent fcec55c commit d5ddaf7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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

0 comments on commit d5ddaf7

Please sign in to comment.