From b96ebec107bf16bec52f3f7c40501a2d917766a7 Mon Sep 17 00:00:00 2001 From: streetturtle Date: Sun, 23 Jan 2022 19:32:33 -0500 Subject: Update update-site.yml --- .github/workflows/update-site.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/update-site.yml b/.github/workflows/update-site.yml index 36db4a8..974997f 100755 --- a/.github/workflows/update-site.yml +++ b/.github/workflows/update-site.yml @@ -17,18 +17,18 @@ jobs: git config --global user.name 'GitHub Action' git config --global user.email 'action@github.com' git add ./_widgets - git add ./assets + git add ./assets/img git stash git fetch echo "git checkout gh-pages" git checkout gh-pages rm -rf ./_widgets - rm -rf ./assets + rm -rf ./assets/img ls -alF echo "git stash pop" git checkout stash -- ./_widgets git add ./_widgets - git add ./assets + git add ./assets/img git commit -m "update from master" git push origin gh-pages -- cgit v1.2.3