Update update-site.yml

This commit is contained in:
streetturtle 2022-01-23 19:32:33 -05:00 committed by GitHub
parent b1d20df59b
commit b96ebec107
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,18 +17,18 @@ jobs:
git config --global user.name 'GitHub Action' git config --global user.name 'GitHub Action'
git config --global user.email 'action@github.com' git config --global user.email 'action@github.com'
git add ./_widgets git add ./_widgets
git add ./assets git add ./assets/img
git stash git stash
git fetch git fetch
echo "git checkout gh-pages" echo "git checkout gh-pages"
git checkout gh-pages git checkout gh-pages
rm -rf ./_widgets rm -rf ./_widgets
rm -rf ./assets rm -rf ./assets/img
ls -alF ls -alF
echo "git stash pop" echo "git stash pop"
git checkout stash -- ./_widgets git checkout stash -- ./_widgets
git add ./_widgets git add ./_widgets
git add ./assets git add ./assets/img
git commit -m "update from master" git commit -m "update from master"
git push origin gh-pages git push origin gh-pages