Skip to content

Commit 55471a6

Browse files
authored
Add header translation
1 parent ba4d2aa commit 55471a6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/deploy-book.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
run: |
3333
pip install -r book/requirements.txt
3434
35+
# Update the headers
36+
- name: Update headers
37+
run: |
38+
python book/edit_headers.py pt
39+
3540
# Build the book
3641
- name: Build the book
3742
run: |

0 commit comments

Comments
 (0)