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