summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@users.noreply.github.com>2022-01-23 19:16:11 -0500
committerGitHub <noreply@github.com>2022-01-23 19:16:11 -0500
commit2cfdc3f5f502259916205a89a0daa8f633258748 (patch)
treea6b92203e01f4245ed49ca55cece18aeddf5b225 /.github
parent754db7ff0f4d218dae1d329e4c5a18fa6bb669eb (diff)
Update update-site.yml
Diffstat (limited to '.github')
-rwxr-xr-x.github/workflows/update-site.yml2
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"