File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 88 - $HOME/.cache/publishimo
99before_deploy :
1010- zip -9 -r bundle.zip dist
11- - rm dist/readme.* dist/**/*.d.ts dist/**/*.map
11+ - ./node_modules/.bin/rimraf " dist/readme.*" " dist/**/*.d.ts" " dist/**/*.map"
1212- zip -9 -r bundle-min.zip dist
1313deploy :
1414- provider : pages
1515 local-dir : dist-jsdoc/html
1616 fqdn : array-to-object-keys.jaid.codes
1717 skip-cleanup : true
18- github-token : $GITHUB_TOKEN # https://github.com/settings/tokens
18+ github-token : $GITHUB_TOKEN # Permissions: public_repo, repo:status, repo_deployment
1919- provider : releases
2020 files :
2121 - bundle.zip
2222 - bundle-min.zip
2323 skip-cleanup : true
24- api-key : $GITHUB_TOKEN
24+ api-key : $GITHUB_TOKEN # Permissions: public_repo, repo:status, repo_deployment
2525 on : { tags: true }
You can’t perform that action at this time.
0 commit comments