Skip to content

Commit 0e96c23

Browse files
author
Hal Eisen
committed
Restore java step
1 parent 398a602 commit 0e96c23

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/publish-doc-db.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,11 @@ jobs:
5454
exit 1
5555
fi
5656
57-
# Temporarily disabled due to long execution time
58-
# - name: Store Java documentation
59-
# run: |
60-
# for dir in $(find SourceDocs/JavaDocs/html -type d); do
61-
# PYTHONPATH=scripts uv run python scripts/ingest.py -p build/documentation-db-${{ github.ref_name }}.sqlite -d "$dir"
62-
# done
57+
- name: Store Java documentation
58+
run: |
59+
for dir in $(find SourceDocs/JavaDocs/html -type d); do
60+
PYTHONPATH=scripts uv run python scripts/ingest.py -p build/documentation-db-${{ github.ref_name }}.sqlite -d "$dir"
61+
done
6362
6463
- name: Verify database
6564
run: |

0 commit comments

Comments
 (0)