mirror of
https://github.com/kevinsqi/react-circular-progressbar.git
synced 2026-01-18 15:55:06 +00:00
18 lines
232 B
Bash
Executable File
18 lines
232 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cp -R ./demo .cache
|
|
|
|
rm .cache/demo.jsx
|
|
rm .cache/styles.css
|
|
cp src/styles.css .cache
|
|
|
|
git checkout gh-pages
|
|
|
|
mv ./.cache/* .
|
|
rm -rf .cache
|
|
|
|
# git add .
|
|
# git commit -m "Update demo page"
|
|
# git push
|
|
# git checkout master
|