Update update-site.yml
This commit is contained in:
parent
07765a6ff6
commit
89c135f262
|
@ -19,9 +19,13 @@ jobs:
|
||||||
git add ./_widgets
|
git add ./_widgets
|
||||||
git stash
|
git stash
|
||||||
git fetch
|
git fetch
|
||||||
|
echo "git checkout gh-pages"
|
||||||
git checkout gh-pages
|
git checkout gh-pages
|
||||||
|
echo "rm -rf ./_widgets"
|
||||||
rm -rf ./_widgets
|
rm -rf ./_widgets
|
||||||
|
echo "git stash pop"
|
||||||
git stash pop
|
git stash pop
|
||||||
|
echo "git add ./_widgets"
|
||||||
git add ./_widgets
|
git add ./_widgets
|
||||||
git commit -m "update from master"
|
git commit -m "update from master"
|
||||||
git push origin gh-pages
|
git push origin gh-pages
|
||||||
|
|
Loading…
Reference in New Issue