diff --git a/.gitignore b/.gitignore index 5d430248c..bc6a9f22f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,5 @@ /.DS_Store /.sass-cache -/docs/ocean.css -/index.html /npm-debug.log* /yarn-error.log \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index 240aa16e0..ad8a84236 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,8 +47,6 @@ jobs: script: - yarn docs before_deploy: - - git add -f index.html - - git add -f --all docs/ - git add -f --all dist/ deploy: provider: pages