Skip to content

Commit

Permalink
Keep CNAME file when uploading docu to github pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Fertig authored and Andreas Fertig committed Jan 29, 2019
1 parent e8965f7 commit 5145d28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ script:
if [[ "${DEPLOY}" == "Yes" ]]; then
docker run -v ${TRAVIS_BUILD_DIR}:/home/builder --rm cppinsights-travis /bin/bash -c "cmake --build /home/builder/build"
docker run -v ${TRAVIS_BUILD_DIR}:/home/builder --rm cppinsights-travis /bin/bash -c "cmake --build /home/builder/build --target doc"
echo "docs.cppinsights.io" > ${TRAVIS_BUILD_DIR}/build/html/CNAME
else
make -j 2
fi
Expand Down

0 comments on commit 5145d28

Please sign in to comment.