mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Update Doxygen workflow to set DOT_NUM_THREADS to 1 to prevent parallel processing issues
This commit is contained in:
2
.github/workflows/doxygen-docs.yml
vendored
2
.github/workflows/doxygen-docs.yml
vendored
@@ -26,6 +26,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Generate documentation
|
- name: Generate documentation
|
||||||
run: |
|
run: |
|
||||||
|
# Override DOT_NUM_THREADS to avoid parallel dot race condition bug
|
||||||
|
sed -i 's/^DOT_NUM_THREADS.*/DOT_NUM_THREADS = 1/' .doxygen
|
||||||
doxygen .doxygen
|
doxygen .doxygen
|
||||||
# Verify documentation was generated
|
# Verify documentation was generated
|
||||||
if [ ! -f "internal_docs/index.html" ]; then
|
if [ ! -f "internal_docs/index.html" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user