Skip to content

Commit 1b72ffb

Browse files
author
Dimitri Kopriwa
committed
fix(doc): using @rollup-umd/deploy to deploy page
1 parent 02977e5 commit 1b72ffb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ jobs:
7171
- 'lts/*'
7272
script:
7373
- targetVersion=$(git describe --tags `git rev-list --tags --max-count=1`)
74-
- npx @rollup-umd/deploy --target-version ${targetVersion}
74+
- npx @rollup-umd/deploy --target-version "${targetVersion}"
7575
deploy:
7676
- provider: pages
7777
skip_cleanup: true
78-
github_token: $GH_TOKEN # Set in the settings page of your repository, as a secure variable
78+
github_token: $GH_TOKEN
7979
keep_history: true
8080
local_dir: public/

0 commit comments

Comments
 (0)