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 c8af38b commit 137fd0aCopy full SHA for 137fd0a
.circleci/gh-pages-push.sh
@@ -3,6 +3,7 @@
3
if [[ -z $CIRCLE_PULL_REQUEST ]] ; then
4
git clone --single-branch -b gh-pages git@github.com:astropy/astropy-tutorials.git gh-pages
5
cp -r build/html/* gh-pages
6
+ cp .gitignore gh-pages/
7
cp -R .circleci gh-pages/
8
cd gh-pages
9
git add .
0 commit comments