summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@users.noreply.github.com>2022-01-23 21:05:27 -0500
committerGitHub <noreply@github.com>2022-01-23 21:05:27 -0500
commit5a2ae4b5028357583c1220f514182b6630b3bc65 (patch)
tree8febe3df461cbf619ec2cdf7a28e502a691ec556 /.github
parent80c39db37f2c892a78f02d8082a53b938d9d816c (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 bd41b32..0e28ea5 100755
--- a/.github/workflows/update-site.yml
+++ b/.github/workflows/update-site.yml
@@ -27,7 +27,7 @@ jobs:
ls -alF
echo "git stash pop"
git checkout stash -- ./_widgets
- git checkout stash -- ./assets
+ git checkout stash -- ./assets/img/widgets
git add ./_widgets
git add ./assets/img/widgets
git commit -m "update from master"