mirror of
https://github.com/kiwix/kiwix-js.git
synced 2025-09-07 14:17:55 -04:00
5 lines
180 B
Bash
Executable File
5 lines
180 B
Bash
Executable File
#!/bin/bash
|
|
BASEDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"/..
|
|
cd "$BASEDIR"
|
|
git checkout gh-pages && git merge main && git push origin gh-pages && git checkout master
|