File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -12,21 +12,24 @@ jobs:
12
12
contents : write
13
13
steps :
14
14
- uses : actions/checkout@v2
15
- # - name: Install dependencies
16
- # run: |
17
- # # Install necessary dependencies (e.g., Perl, Docker)
18
- # perl scripts/make-book.pl
19
15
- name : Generate book files
20
16
run : |
17
+ # Install necessary dependencies (e.g., Perl, Docker)
21
18
perl scripts/make-book.pl
19
+ - name : Generate book files (zh-tw)
20
+ run : |
21
+ perl scripts/make-book-zh-tw.pl
22
22
- name : Upload artifacts
23
23
uses : actions/upload-artifact@v2
24
24
with :
25
25
name : book-files
26
26
path : |
27
27
Plurality-english.pdf
28
28
Plurality-english.epub
29
+ Plurality-traditional-mandarin.pdf
30
+ Plurality-traditional-mandarin.epub
29
31
- uses : ncipollo/release-action@v1
30
32
with :
31
33
artifacts : " *.pdf,*.epub"
32
34
token : ${{ secrets.RELEASE_TOKEN }}
35
+ tag : latest
You can’t perform that action at this time.
0 commit comments