DEBSOURCES
Skip Quicknav
sources / matrix-hydrogen / 0.1.30~dfsg-2 / scripts / deploy.sh
123456
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