Update update-site.yml

This commit is contained in:
streetturtle 2022-01-23 19:24:03 -05:00 committed by GitHub
parent 3da400eb67
commit b1d20df59b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

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