diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2022-01-23 19:37:55 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-23 19:37:55 -0500 |
commit | 4066f673dbda4a733ac6d838bf04bff8682265c3 (patch) | |
tree | 7cb40b16f348acca0129a2d3f8ffd8617a4b6e09 | |
parent | b96ebec107bf16bec52f3f7c40501a2d917766a7 (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 974997f..5cb4ae3 100755 --- a/.github/workflows/update-site.yml +++ b/.github/workflows/update-site.yml @@ -27,6 +27,7 @@ jobs: ls -alF echo "git stash pop" git checkout stash -- ./_widgets + git checkout stash -- ./assets git add ./_widgets git add ./assets/img git commit -m "update from master" |