Skip to content

Commit

Permalink
Update doxygen workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Apr 8, 2024
1 parent dbd7192 commit 9aa5153
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ on:
pull_request:

jobs:
build-multiversion:
doxygen:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install doxygen
run: sudo apt-get install -y doxygen
- name: Install doxygen and graphviz
run: sudo apt-get install -y doxygen graphviz
- name: Run doxygen and check for warnings/errors
run: |
./doxygen/doxygen.sh

0 comments on commit 9aa5153

Please sign in to comment.