Skip to content

Commit 10ec1db

Browse files
committed
sync
1 parent 4b97959 commit 10ec1db

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ git clone --depth 1 -b gh-pages $URL ./doctmp
55
rm -dfr doctmp/**
66
cp -R output/** doctmp
77
cd doctmp
8+
9+
git config --local user.email "fsdocs@aardvarkians.com"
10+
git config --local user.name "fsdocs"
811
git add .
912
git commit -m "Update docs"
1013
git push origin gh-pages

0 commit comments

Comments
 (0)