Skip to content

Commit

Permalink
Fix directory layout of deployed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dopplershift committed Feb 22, 2018
1 parent dbc5e23 commit 1ff40a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/deploy_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ git config user.email "[email protected]"
# The first and only commit to this new Git repo contains all the
# files present with the commit message "Deploy to GitHub Pages".
echo Updating docs...
cp -R ${TRAVIS_BUILD_DIR}/docs/_build/html/ ./
rm -rf *
cp -R ${TRAVIS_BUILD_DIR}/docs/_build/html/* ./
touch .nojekyll

echo Staging...
Expand Down

0 comments on commit 1ff40a1

Please sign in to comment.