We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02977e5 commit 1b72ffbCopy full SHA for 1b72ffb
.travis.yml
@@ -71,10 +71,10 @@ jobs:
71
- 'lts/*'
72
script:
73
- targetVersion=$(git describe --tags `git rev-list --tags --max-count=1`)
74
- - npx @rollup-umd/deploy --target-version ${targetVersion}
+ - npx @rollup-umd/deploy --target-version "${targetVersion}"
75
deploy:
76
- provider: pages
77
skip_cleanup: true
78
- github_token: $GH_TOKEN # Set in the settings page of your repository, as a secure variable
+ github_token: $GH_TOKEN
79
keep_history: true
80
local_dir: public/
0 commit comments