Skip to content

Commit d0b455d

Browse files
authored
Update jekyll-gh-pages.yml
1 parent f62c956 commit d0b455d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
&& tar -xvzf doxygen-1.9.8.linux.bin.tar.gz
3434
&& sudo mv doxygen-1.9.8/bin/* /usr/local/bin/
3535
&& doxygen --version # Verify installation
36+
- name: Build docs
37+
run: cd ./docs && doxygen ../Doxyfile
3638

3739
- name: Setup Pages
3840
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)