Skip to content

Commit 137fd0a

Browse files
committed
copy ignore into cloned branch
1 parent c8af38b commit 137fd0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/gh-pages-push.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
if [[ -z $CIRCLE_PULL_REQUEST ]] ; then
44
git clone --single-branch -b gh-pages git@github.com:astropy/astropy-tutorials.git gh-pages
55
cp -r build/html/* gh-pages
6+
cp .gitignore gh-pages/
67
cp -R .circleci gh-pages/
78
cd gh-pages
89
git add .

0 commit comments

Comments
 (0)