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 2bc9e25 commit 8a70f09Copy full SHA for 8a70f09
.travis.yml
@@ -16,12 +16,13 @@ jobs:
16
- zip -9 --recurse-paths ../$MIN_ZIP_NAME ** --exclude \*.d.ts --exclude readme.*
17
deploy:
18
- provider: pages
19
- local_dir: dist-jsdoc/html/$MY_PACKAGE_NAME/$MY_PACKAGE_VERSION
+ local_dir: dist-jsdoc/$MY_PACKAGE_NAME/$MY_PACKAGE_VERSION
20
fqdn: $MY_PACKAGE_NAME.jaid.codes
21
skip_cleanup: true
22
github_token: $GITHUB_TOKEN # Permissions: public_repo, repo:status, repo_deployment
23
- provider: releases
24
file:
25
+ - dist/package.json
26
- dist/license.txt
27
- dist/index.d.ts
28
- $ZIP_NAME
0 commit comments