Disable copying 404 page into github pages

This commit is contained in:
ziajka 2017-10-20 13:45:24 +02:00
parent 36215036d4
commit 2a671be4e9

View File

@ -27,7 +27,6 @@ after_script:
- mkdir -p github-pages/${TRAVIS_BRANCH}
- rsync -r --delete dist/ github-pages/${TRAVIS_BRANCH}
- cd github-pages/${TRAVIS_BRANCH}
- cp ../factory_404.html 404.html
- git config user.email "developers@gns3.net"
- git config user.name "GNS3 Build"
- git add -A