diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2022-01-23 19:05:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-23 19:05:50 -0500 |
commit | 754db7ff0f4d218dae1d329e4c5a18fa6bb669eb (patch) | |
tree | 9d85547468d3aba3b015ff70e964225c3a5fd3c6 | |
parent | 270ee8d7992114c002e546e5c75d8ed50252d35f (diff) |
Update update-site.yml
-rwxr-xr-x | .github/workflows/update-site.yml | 2 |
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" |