diff options
-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 |