Skip to content

Commit 8a70f09

Browse files
committed
Fixed Travis config
1 parent 2bc9e25 commit 8a70f09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ jobs:
1616
- zip -9 --recurse-paths ../$MIN_ZIP_NAME ** --exclude \*.d.ts --exclude readme.*
1717
deploy:
1818
- provider: pages
19-
local_dir: dist-jsdoc/html/$MY_PACKAGE_NAME/$MY_PACKAGE_VERSION
19+
local_dir: dist-jsdoc/$MY_PACKAGE_NAME/$MY_PACKAGE_VERSION
2020
fqdn: $MY_PACKAGE_NAME.jaid.codes
2121
skip_cleanup: true
2222
github_token: $GITHUB_TOKEN # Permissions: public_repo, repo:status, repo_deployment
2323
- provider: releases
2424
file:
25+
- dist/package.json
2526
- dist/license.txt
2627
- dist/index.d.ts
2728
- $ZIP_NAME

0 commit comments

Comments
 (0)