Skip to content

Commit 8d2f9c5

Browse files
committed
bug fi in deployment
modified: Makefile modified: README.md
1 parent 3ac254a commit 8d2f9c5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ deployGhPage:
3131
(cd /tmp/$(PROJECT_NAME)GhPages && rm .git/index)
3232
(cd /tmp/$(PROJECT_NAME)GhPages && git clean -fdx)
3333
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)
3536
#rm -rf /tmp/$(PROJECT_NAME)GhPages

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ This is it. see it <a href='examples/basic.html'>live</a>.
3131
## Conclusion
3232
<a href='http://jeromeetienne.github.com/jquery-qrcode'>jquery.qrcode.js</a> is available on github
3333
<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>.
3535
If you hit bugs, fill issues on github.
3636
Feel free to fork, modify and have fun with it :)

0 commit comments

Comments
 (0)