We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 398a602 commit 0e96c23Copy full SHA for 0e96c23
.github/workflows/publish-doc-db.yaml
@@ -54,12 +54,11 @@ jobs:
54
exit 1
55
fi
56
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
+ - name: Store Java documentation
+ run: |
+ for dir in $(find SourceDocs/JavaDocs/html -type d); do
+ PYTHONPATH=scripts uv run python scripts/ingest.py -p build/documentation-db-${{ github.ref_name }}.sqlite -d "$dir"
+ done
63
64
- name: Verify database
65
run: |
0 commit comments