Skip to content

Commit e21aec9

Browse files
committed
more script debug
1 parent b73b0cf commit e21aec9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/gh-pages-push.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@
1111
# fi
1212

1313
if [[ -z $CIRCLE_PULL_REQUEST ]] ; then
14-
git -c user.name='circle' -c user.email='circle' commit -m "now with RST"
1514
git clone --single-branch -b gh-pages https://github.com/Cadair/astropy-tutorials gh-pages
1615
cp -r build/html/* gh-pages
1716
cd gh-pages
1817
git add .
19-
git commit -m "Upadate the build docs"
18+
git status
19+
git -c user.name='circle' -c user.email='circle' commit -m "Upadate the build docs"
20+
git status
2021
git push -q origin gh-pages
2122
echo "Not a pull request: pushing RST files to rst branch."
2223
else

0 commit comments

Comments
 (0)