Fixed doxygen generation workflow.
Some checks failed
Build & Release / Linux-AMD64-Build (push) Successful in 46s
Build & Release / Linux-AARCH64-Build (push) Has been cancelled

This commit is contained in:
Arron David Nelson 2024-02-01 20:30:12 -08:00
parent 3f592f73e8
commit 4abd7b437e

View File

@ -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 }}