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"