mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 11:36:24 +01:00
7 lines
144 B
Bash
7 lines
144 B
Bash
|
git checkout gh-pages
|
||
|
cp -R target/* .
|
||
|
git add $(find . -maxdepth 1 -type f)
|
||
|
git add themes
|
||
|
git commit -m "update hydrogen"
|
||
|
git checkout master
|