diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2022-01-23 19:16:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-23 19:16:11 -0500 |
commit | 2cfdc3f5f502259916205a89a0daa8f633258748 (patch) | |
tree | a6b92203e01f4245ed49ca55cece18aeddf5b225 | |
parent | 754db7ff0f4d218dae1d329e4c5a18fa6bb669eb (diff) |
Update update-site.yml
-rwxr-xr-x | .github/workflows/update-site.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-site.yml b/.github/workflows/update-site.yml index 3b4d5ee..c95b1d8 100755 --- a/.github/workflows/update-site.yml +++ b/.github/workflows/update-site.yml @@ -25,7 +25,7 @@ jobs: rm -rf ./_widgets ls -alF echo "git stash pop" - git checkout stash -- . + git checkout stash -- ./_widgets echo "git add ./_widgets" git add ./_widgets git commit -m "update from master" |