From 0b293f2c6f8bc64c71dc330802ae2a89c988f132 Mon Sep 17 00:00:00 2001 From: ZxBing0066 Date: Wed, 23 Oct 2019 16:21:20 +0800 Subject: [PATCH] fix script clean --- examples/advance/.gh-pages-cache | 1 + scripts/gh-pages.sh | 1 + 2 files changed, 2 insertions(+) create mode 160000 examples/advance/.gh-pages-cache diff --git a/examples/advance/.gh-pages-cache b/examples/advance/.gh-pages-cache new file mode 160000 index 0000000..c82f988 --- /dev/null +++ b/examples/advance/.gh-pages-cache @@ -0,0 +1 @@ +Subproject commit c82f988fe696b65db240d779a7f46fa111ff5d6b diff --git a/scripts/gh-pages.sh b/scripts/gh-pages.sh index 804bdda..c71f99a 100755 --- a/scripts/gh-pages.sh +++ b/scripts/gh-pages.sh @@ -34,6 +34,7 @@ else git add -A git commit -m "docs: auto update docs" git push + cd ../ fi echo "clean cache path"