From 2a671be4e9b29a614792c08b465e0b8f3352385d Mon Sep 17 00:00:00 2001 From: ziajka Date: Fri, 20 Oct 2017 13:45:24 +0200 Subject: [PATCH] Disable copying 404 page into github pages --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b556c75e..907dd772 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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