Skip to content

Commit f928b5c

Browse files
authored
Fix Documentation
1 parent eab34b4 commit f928b5c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
- uses: actions/checkout@v4
3030
- name: Install Doxygen
3131
uses: ssciwr/doxygen-install@v1
32+
- name: Configure Project
33+
run: cmake .
3234
- name: Build Docs
33-
run: cmake --build . --config Release --target install && make docs
35+
run: make docs
3436
- name: Deploy Doxygen
3537
run: bash doxygen.sh ${GITHUB_SHA::7}

0 commit comments

Comments
 (0)