Update update-site.yml

This commit is contained in:
streetturtle 2022-01-23 20:14:35 -05:00 committed by GitHub
parent e66effbf9a
commit 9445849d9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -17,19 +17,19 @@ jobs:
git config --global user.name 'GitHub Action'
git config --global user.email 'action@github.com'
git add ./_widgets
git add ./assets/img
git add ./assets/img/widgets
git stash
git fetch
echo "git checkout gh-pages"
git checkout gh-pages
rm -rf ./_widgets
rm -rf ./assets/img
rm -rf ./assets/img/widgets
ls -alF
echo "git stash pop"
git checkout stash -- ./_widgets
git checkout stash -- ./assets
git add ./_widgets
git add ./assets/img
git add ./assets/img/widgets
git commit -m "update from master"
git push origin gh-pages