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 b5c0afc commit c1cd3a0Copy full SHA for c1cd3a0
.travis.yml
@@ -14,7 +14,7 @@ jobs:
14
- zip -9 -r $MY_PACKAGE_NAME-v$MY_PACKAGE_VERSION-min.zip dist
15
deploy:
16
- provider: pages
17
- local-dir: dist-jsdoc/html
+ local-dir: dist-jsdoc/html/$MY_PACKAGE_NAME/$MY_PACKAGE_VERSION
18
fqdn: $MY_PACKAGE_NAME.jaid.codes
19
skip-cleanup: true
20
github-token: $GITHUB_TOKEN # Permissions: public_repo, repo:status, repo_deployment
0 commit comments