We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b97959 commit 10ec1dbCopy full SHA for 10ec1db
1 file changed
docs.sh
@@ -5,6 +5,9 @@ git clone --depth 1 -b gh-pages $URL ./doctmp
5
rm -dfr doctmp/**
6
cp -R output/** doctmp
7
cd doctmp
8
+
9
+git config --local user.email "fsdocs@aardvarkians.com"
10
+git config --local user.name "fsdocs"
11
git add .
12
git commit -m "Update docs"
13
git push origin gh-pages
0 commit comments