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