Skip to content

Commit 68f6836

Browse files
committed
Fixed release step for PDF check
1 parent 7b2db59 commit 68f6836

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/render.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141

142142
- name: Get FR text from book
143143
run: |
144-
pdftotext ./book.pdf
144+
pdftotext ./book-fra.pdf
145145
146146
- name: Get FR text from book
147147
run: |
@@ -159,7 +159,7 @@ jobs:
159159

160160
- name: Get EN text from book
161161
run: |
162-
pdftotext ./book.pdf
162+
pdftotext ./book-eng.pdf
163163
164164
- name: Get EN text from book
165165
run: |

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0-beta-4
1+
1.1.0-beta-5

0 commit comments

Comments
 (0)