summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@users.noreply.github.com>2022-01-23 19:05:50 -0500
committerGitHub <noreply@github.com>2022-01-23 19:05:50 -0500
commit754db7ff0f4d218dae1d329e4c5a18fa6bb669eb (patch)
tree9d85547468d3aba3b015ff70e964225c3a5fd3c6 /.github
parent270ee8d7992114c002e546e5c75d8ed50252d35f (diff)
Update update-site.yml
Diffstat (limited to '.github')
-rwxr-xr-x.github/workflows/update-site.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-site.yml b/.github/workflows/update-site.yml
index 74a47d8..3b4d5ee 100755
--- a/.github/workflows/update-site.yml
+++ b/.github/workflows/update-site.yml
@@ -25,7 +25,7 @@ jobs:
rm -rf ./_widgets
ls -alF
echo "git stash pop"
- git stash pop
+ git checkout stash -- .
echo "git add ./_widgets"
git add ./_widgets
git commit -m "update from master"