We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a98155b commit b957c09Copy full SHA for b957c09
.travis.yml
@@ -56,10 +56,6 @@ script:
56
# discard other fonts since fontconfig 2.11 cannot identify it
57
- mv -t ~/.fonts/noto *-Regular.otf *-Bold.otf *-Black.otf
58
- 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
-
63
- cd ~/algorithm-exercise/
64
#- gitbook build ./
65
- gitbook pdf ./
conf/qiniu_sync.json
@@ -1,6 +1,6 @@
1
{
2
"src": "/home/travis/upload",
3
- "dest": "qiniu:access_key=AccessKey&secret_key=SecretKey&bucket=pub4bill&key_prefix=docs/",
+ "dest": "qiniu:access_key=AccessKey&secret_key=SecretKey&bucket=pub4bill&key_prefix=docs/algorithm-exercise/",
4
"deletable": 0,
5
"debug_level": 1
6
}
0 commit comments