Skip to content

Commit 051956c

Browse files
committed
* build zh too
1 parent 78f8e88 commit 051956c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,24 @@ jobs:
1212
contents: write
1313
steps:
1414
- uses: actions/checkout@v2
15-
# - name: Install dependencies
16-
# run: |
17-
# # Install necessary dependencies (e.g., Perl, Docker)
18-
# perl scripts/make-book.pl
1915
- name: Generate book files
2016
run: |
17+
# Install necessary dependencies (e.g., Perl, Docker)
2118
perl scripts/make-book.pl
19+
- name: Generate book files (zh-tw)
20+
run: |
21+
perl scripts/make-book-zh-tw.pl
2222
- name: Upload artifacts
2323
uses: actions/upload-artifact@v2
2424
with:
2525
name: book-files
2626
path: |
2727
Plurality-english.pdf
2828
Plurality-english.epub
29+
Plurality-traditional-mandarin.pdf
30+
Plurality-traditional-mandarin.epub
2931
- uses: ncipollo/release-action@v1
3032
with:
3133
artifacts: "*.pdf,*.epub"
3234
token: ${{ secrets.RELEASE_TOKEN }}
35+
tag: latest

0 commit comments

Comments
 (0)