Skip to content

Commit

Permalink
actions: Hopefully fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
HenkKalkwater committed Apr 27, 2024
1 parent 0329f31 commit 982e5c2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/doxygen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
uses: actions/configure-pages@v3
- uses: actions/setup-python@v5
- name: Add python
uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: 'pip' # caching pip dependencies
- run: pip install doxyqml
- name: Install the doxyqml filter
run: pip install doxyqml
- name: Doxygen
uses: uses: mattnotmitt/[email protected]
- name: Upload GitHub pages artifact
Expand Down

0 comments on commit 982e5c2

Please sign in to comment.