File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -31,5 +31,6 @@ deployGhPage:
31
31
(cd /tmp/$( PROJECT_NAME) GhPages && rm .git/index)
32
32
(cd /tmp/$( PROJECT_NAME) GhPages && git clean -fdx)
33
33
cp -a examples src Makefile * .* /tmp/$(PROJECT_NAME ) GhPages
34
- (cd /tmp/$( PROJECT_NAME) GhPages && git add . && git commit -a -m " Another deployement" && git push origin gh-pages)
34
+ (cd /tmp/$( PROJECT_NAME) GhPages && git add . && git commit -a -m " Another deployement" || true )
35
+ (cd /tmp/$( PROJECT_NAME) GhPages && git add . && git push origin gh-pages)
35
36
# rm -rf /tmp/$(PROJECT_NAME)GhPages
Original file line number Diff line number Diff line change @@ -31,6 +31,6 @@ This is it. see it <a href='examples/basic.html'>live</a>.
31
31
## Conclusion
32
32
<a href =' http://jeromeetienne.github.com/jquery-qrcode ' >jquery.qrcode.js</a > is available on github
33
33
<a href =' https://github.com/jeromeetienne/jquery-qrcode ' >here</a >
34
- under <a href =' https://github.com/jeromeetienne/jquery-qrcode.js /blob/master/MIT-LICENSE.txt ' >MIT license</a >.
34
+ under <a href =' https://github.com/jeromeetienne/jquery-qrcode/blob/master/MIT-LICENSE.txt ' >MIT license</a >.
35
35
If you hit bugs, fill issues on github.
36
36
Feel free to fork, modify and have fun with it :)
You can’t perform that action at this time.
0 commit comments