mirror of
https://github.com/kiwix/kiwix-js.git
synced 2025-09-23 04:28:30 -04:00
Commit a shell script to quickly deploy to github-pages
This commit is contained in:
parent
796d67880d
commit
d99209ae53
1
.gitignore
vendored
1
.gitignore
vendored
@ -43,4 +43,3 @@ build/config/buildinfo.properties
|
|||||||
|
|
||||||
www-built
|
www-built
|
||||||
www-ghdeploy
|
www-ghdeploy
|
||||||
/push_to_gh_pages.sh
|
|
||||||
|
1
push_to_gh_pages.sh
Executable file
1
push_to_gh_pages.sh
Executable file
@ -0,0 +1 @@
|
|||||||
|
git checkout gh-pages; git merge master; git push; git checkout master
|
Loading…
x
Reference in New Issue
Block a user