Skip to content

Commit b957c09

Browse files
committed
prefix ebook with algorithm-exercise in Qiniu
1 parent a98155b commit b957c09

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.travis.yml

-4
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ script:
5656
# discard other fonts since fontconfig 2.11 cannot identify it
5757
- mv -t ~/.fonts/noto *-Regular.otf *-Bold.otf *-Black.otf
5858
- sudo fc-cache -f -v
59-
- ls /etc/fonts/conf.d/
60-
- ls /usr/share/fonts/* -l
61-
- fc-match -a sans|head -n 20
62-
6359
- cd ~/algorithm-exercise/
6460
#- gitbook build ./
6561
- gitbook pdf ./

conf/qiniu_sync.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"src": "/home/travis/upload",
3-
"dest": "qiniu:access_key=AccessKey&secret_key=SecretKey&bucket=pub4bill&key_prefix=docs/",
3+
"dest": "qiniu:access_key=AccessKey&secret_key=SecretKey&bucket=pub4bill&key_prefix=docs/algorithm-exercise/",
44
"deletable": 0,
55
"debug_level": 1
66
}

0 commit comments

Comments
 (0)