-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix directory layout of deployed docs
- Loading branch information
1 parent
dbc5e23
commit 1ff40a1
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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... | ||
|