Skip to content

Commit

Permalink
Ignore dist, force add it when deploying gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Jul 3, 2018
1 parent fea5321 commit fef0e0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.sass-cache
node_modules/
bower_components/
.DS_Store
.idea
.idea
.sass-cache
dist/
node_modules/
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
- stage: npm release
script:
- yarn build
before_deploy:
- cd dist
deploy:
provider: npm
email: rwwagner90@gmail.com
Expand All @@ -34,6 +32,8 @@ jobs:
- stage: gh-pages release
script:
- yarn build
before_deploy:
- git add -f --all dist/
deploy:
provider: pages
skip-cleanup: true
Expand Down

0 comments on commit fef0e0c

Please sign in to comment.