Documentation review. #5

Merged
Seryusjj merged 16 commits from documentation_review into main 2026-01-20 14:33:47 +00:00
Showing only changes of commit 1a4f5536eb - Show all commits

View File

@@ -35,7 +35,7 @@ jobs:
echo "Event: ${{ gitea.event_name }}" >> $GITHUB_STEP_SUMMARY
# PaddleOCR CPU image (amd64 only)
build_cpu:
build_paddle_ocr:
runs-on: ubuntu-latest
needs: essential
steps:
@@ -64,7 +64,7 @@ jobs:
${{ needs.essential.outputs.image_cpu }}:latest
# PaddleOCR GPU image (amd64 only)
build_gpu:
build_paddle_ocr_gpu:
runs-on: ubuntu-latest
needs: essential
steps: