We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b73b0cf commit e21aec9Copy full SHA for e21aec9
.circleci/gh-pages-push.sh
@@ -11,12 +11,13 @@
11
# fi
12
13
if [[ -z $CIRCLE_PULL_REQUEST ]] ; then
14
- git -c user.name='circle' -c user.email='circle' commit -m "now with RST"
15
git clone --single-branch -b gh-pages https://github.com/Cadair/astropy-tutorials gh-pages
16
cp -r build/html/* gh-pages
17
cd gh-pages
18
git add .
19
- git commit -m "Upadate the build docs"
+ git status
+ git -c user.name='circle' -c user.email='circle' commit -m "Upadate the build docs"
20
21
git push -q origin gh-pages
22
echo "Not a pull request: pushing RST files to rst branch."
23
else
0 commit comments