File tree Expand file tree Collapse file tree 1 file changed +24
-5
lines changed Expand file tree Collapse file tree 1 file changed +24
-5
lines changed Original file line number Diff line number Diff line change @@ -49,13 +49,32 @@ script:
4949- ls -alh
5050
5151before_deploy :
52- - tar czvf blog .tar.gz _book/
52+ - tar czvf book_html .tar.gz _book/
5353
5454deploy :
55- provider : releases
56- api_key :
57- secure : B/dqY0sC9I0Uu5o3HVHouX/mfLTUH/dt16IsBdm+sZQW+/YeTUTGwpx+Vl5lXpMhUoxrh60Qxt0KbnqvPqAxsPXGMH2Mhl1E5lgvMYViOGQyx9JJuuba+GWOzD+r2+XOUsqBzOCUhvC7iZbuGiWYvV2+4noAmAoKa1pO1j2yxiI=
58- file : book_*
55+ - provider : pages
56+ skip-cleanup : true
57+ github-token :
58+ secure : B/dqY0sC9I0Uu5o3HVHouX/mfLTUH/dt16IsBdm+sZQW+/YeTUTGwpx+Vl5lXpMhUoxrh60Qxt0KbnqvPqAxsPXGMH2Mhl1E5lgvMYViOGQyx9JJuuba+GWOzD+r2+XOUsqBzOCUhvC7iZbuGiWYvV2+4noAmAoKa1pO1j2yxiI=
59+ keep-history : false
60+ local-dir : _book
61+ on :
62+ branch : master
63+ target-branch : gh-pages
64+ - provider : releases
65+ api_key :
66+ secure : B/dqY0sC9I0Uu5o3HVHouX/mfLTUH/dt16IsBdm+sZQW+/YeTUTGwpx+Vl5lXpMhUoxrh60Qxt0KbnqvPqAxsPXGMH2Mhl1E5lgvMYViOGQyx9JJuuba+GWOzD+r2+XOUsqBzOCUhvC7iZbuGiWYvV2+4noAmAoKa1pO1j2yxiI=
67+ file :
68+ - book_html.tar.gz
69+ - book_en.epub
70+ - book_en.mobi
71+ - book_en.pdf
72+ - book_zh-hans.epub
73+ - book_zh-hans.mobi
74+ - book_zh-hans.pdf
75+ - book_zh-tw.epub
76+ - book_zh-tw.mobi
77+ - book_zh-tw.pdf
5978 skip_cleanup : true
6079 on :
6180 repo : billryan/algorithm-exercise
You can’t perform that action at this time.
0 commit comments