Fixed doxygen generation workflow.
This commit is contained in:
parent
3f592f73e8
commit
4abd7b437e
@ -12,14 +12,14 @@ jobs:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Generating Documentation
|
||||
run: |
|
||||
doxygen ehs-docs-config.doxyfile
|
||||
|
||||
- name: Installing Dependencies
|
||||
run: |
|
||||
sudo pacman -S --noconfirm doxygen zip alsa-lib libxcb xcb-util-cursor
|
||||
|
||||
- name: Generating Documentation
|
||||
run: |
|
||||
doxygen ehs-docs-config.doxyfile
|
||||
|
||||
- name: Building/Compiling Project
|
||||
run: |
|
||||
cd ${{ gitea.workspace }}
|
||||
|
Loading…
Reference in New Issue
Block a user