diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2022-01-23 15:17:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-23 15:17:32 -0500 |
commit | 270ee8d7992114c002e546e5c75d8ed50252d35f (patch) | |
tree | 8187a92e039159a66a9fd6f1e2d9cb4638127a5e | |
parent | 89c135f2622e7afd8cf919488cfb6690e5ea0b88 (diff) |
Update update-site.yml
-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 67b4020..74a47d8 100755 --- a/.github/workflows/update-site.yml +++ b/.github/workflows/update-site.yml @@ -23,6 +23,7 @@ jobs: git checkout gh-pages echo "rm -rf ./_widgets" rm -rf ./_widgets + ls -alF echo "git stash pop" git stash pop echo "git add ./_widgets" |