Update update-site.yml

This commit is contained in:
streetturtle 2022-01-23 19:05:50 -05:00 committed by GitHub
parent 270ee8d799
commit 754db7ff0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ jobs:
rm -rf ./_widgets rm -rf ./_widgets
ls -alF ls -alF
echo "git stash pop" echo "git stash pop"
git stash pop git checkout stash -- .
echo "git add ./_widgets" echo "git add ./_widgets"
git add ./_widgets git add ./_widgets
git commit -m "update from master" git commit -m "update from master"