diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2022-01-23 15:12:33 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-23 15:12:33 -0500 |
commit | 07765a6ff6855af39965c2caad1229d9a2b198c9 (patch) | |
tree | bb625af65f045449d58c33879dbbf02ae9f6f6b9 | |
parent | dd06f29845a6a675e0dd39bea303ec12d5a6fb18 (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 a2cd7b3..ed511d9 100755 --- a/.github/workflows/update-site.yml +++ b/.github/workflows/update-site.yml @@ -16,6 +16,7 @@ jobs: run: | git config --global user.name 'GitHub Action' git config --global user.email 'action@github.com' + git add ./_widgets git stash git fetch git checkout gh-pages |