Update update-site.yml

This commit is contained in:
streetturtle 2022-01-23 15:15:41 -05:00 committed by GitHub
parent 07765a6ff6
commit 89c135f262
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -19,9 +19,13 @@ jobs:
git add ./_widgets
git stash
git fetch
echo "git checkout gh-pages"
git checkout gh-pages
echo "rm -rf ./_widgets"
rm -rf ./_widgets
echo "git stash pop"
git stash pop
echo "git add ./_widgets"
git add ./_widgets
git commit -m "update from master"
git push origin gh-pages