Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 75ee5e4

Browse files
committed
Merge branch 'gh-pages'
Conflicts: makefile
2 parents 2617392 + 7cf4e51 commit 75ee5e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ create-sample-images:
1717
upload-sample-images-to-github-pages: check-all-commited create-sample-images
1818
git branch -D gh-pages
1919
git checkout -b gh-pages
20-
git add *.png
21-
git push origin :gh-pages
20+
git add -f *.png
2221
git push origin gh-pages
22+
git checkout master

0 commit comments

Comments
 (0)