diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2022-01-23 15:07:47 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-23 15:07:47 -0500 |
commit | dd06f29845a6a675e0dd39bea303ec12d5a6fb18 (patch) | |
tree | 555381f87439ca1db03c73448f6e805d5768a5b7 | |
parent | a327834155b6c862c3960f1de1fe4095ea609136 (diff) |
Update update-site.yml
-rwxr-xr-x | .github/workflows/update-site.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/update-site.yml b/.github/workflows/update-site.yml index 000efe5..a2cd7b3 100755 --- a/.github/workflows/update-site.yml +++ b/.github/workflows/update-site.yml @@ -17,6 +17,7 @@ jobs: git config --global user.name 'GitHub Action' git config --global user.email 'action@github.com' git stash + git fetch git checkout gh-pages rm -rf ./_widgets git stash pop |