Skip to content

Commit

Permalink
Deploy aeternity/superhero-button to github.com/aeternity/superhero-b…
Browse files Browse the repository at this point in the history
…utton.git:gh-pages
  • Loading branch information
traviscibot committed Aug 7, 2020
1 parent 13f1be0 commit 3dc0128
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
node_modules
package-lock.json
dist
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ node_js: 12
script: npm run build

deploy:
- provider: script
skip_cleanup: true
script: sed -i '/dist/d' .gitignore
on:
branch: master
- provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
Expand Down
2 changes: 2 additions & 0 deletions dist/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3dc0128

Please sign in to comment.