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 8
8
- $HOME/.cache/publishimo
9
9
before_deploy :
10
10
- 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"
12
12
- zip -9 -r bundle-min.zip dist
13
13
deploy :
14
14
- provider : pages
15
15
local-dir : dist-jsdoc/html
16
16
fqdn : array-to-object-keys.jaid.codes
17
17
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
19
19
- provider : releases
20
20
files :
21
21
- bundle.zip
22
22
- bundle-min.zip
23
23
skip-cleanup : true
24
- api-key : $GITHUB_TOKEN
24
+ api-key : $GITHUB_TOKEN # Permissions: public_repo, repo:status, repo_deployment
25
25
on : { tags: true }
You can’t perform that action at this time.
0 commit comments