Skip to content

Commit

Permalink
Install Doxygen in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
agagniere authored Sep 1, 2024
1 parent 32982fd commit c393a91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install Doxygen
run: apt-get -y update && apt-get -y install doxygen
- name: Checkout
uses: actions/checkout@v4
- name: Generate html
Expand Down

0 comments on commit c393a91

Please # to comment.