Skip to content

Commit

Permalink
feat(release): Manually fix release (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
simplynutty authored Mar 29, 2022
1 parent dd987a9 commit 6f8a19f
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,30 @@ after_success:
- npx codecov
branches:
only:
- /.*/
- master
cache:
directories:
- node_modules
deploy:
- provider: script
cleanup: false
script: npx semantic-release
skip_cleanup: true
- provider: pages
github_token: $GITHUB_TOKEN
keep_history: true
local_dir: catalog/build
skip_cleanup: true
target_branch: gh-pages
on:
branch: master
dist: xenial
language: node_js
os: linux
node_js:
- '16.14.2'
notifications:
email: false
os: linux
script:
- npm run lint
- npm run lint:css
Expand Down

0 comments on commit 6f8a19f

Please sign in to comment.