diff options
-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" |