Skip to content

Commit

Permalink
view file
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Dombek committed Jul 8, 2024
1 parent 60288d7 commit 227ce95
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ocr-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: OCR Poetry Benchmark Tests
on:
push:
branches:
- main
- edit-benchmark-output-gh_pages
paths:
- .github/workflows/ocr-benchmarks.yml
- OCR/**
Expand Down Expand Up @@ -32,3 +32,8 @@ jobs:
output-file-path: OCR/tests/output.json
github-token: ${{ secrets.GITHUB_TOKEN }}
auto-push: true
- name: Fetch data.js from gh-pages
run: |
git fetch
git checkout gh-pages
cat ./dev/bench/data.js

0 comments on commit 227ce95

Please sign in to comment.