summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@users.noreply.github.com>2022-01-23 15:07:47 -0500
committerGitHub <noreply@github.com>2022-01-23 15:07:47 -0500
commitdd06f29845a6a675e0dd39bea303ec12d5a6fb18 (patch)
tree555381f87439ca1db03c73448f6e805d5768a5b7 /.github
parenta327834155b6c862c3960f1de1fe4095ea609136 (diff)
Update update-site.yml
Diffstat (limited to '.github')
-rwxr-xr-x.github/workflows/update-site.yml1
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