Skip to content

Commit c66bd8e

Browse files
committed
Merge branch 'mkdocforge-fix-site-workflow-invalidation' into develop
2 parents eaf474c + 54a8eb0 commit c66bd8e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/site.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ jobs:
8484
rm -f uv.lock
8585
make uv_sync_docs
8686
87+
- name: Install Doxygen
88+
uses: mattnotmitt/[email protected]
89+
with:
90+
working-directory: ./
91+
8792
- name: Build documentation
8893
run: make uv_mkdocs_build
8994

0 commit comments

Comments
 (0)