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:
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
You can’t perform that action at this time.
0 commit comments