File tree Expand file tree Collapse file tree 2 files changed +22
-8
lines changed Expand file tree Collapse file tree 2 files changed +22
-8
lines changed Original file line number Diff line number Diff line change 19
19
- run : npm install
20
20
- run : npm run coverage
21
21
- run : npm run doc
22
+ - run : npm run bundle
23
+ - run : npm run bundle:min
24
+
25
+ - name : Create Coverage Badges
26
+ uses : jaywcjlove/coverage-badges-cli@main
27
+
28
+ - name : Generate Contributors Images
29
+ uses : jaywcjlove/github-action-contributors@main
30
+ with :
31
+ filter-author : (renovate\[bot\]|renovate-bot|dependabot\[bot\])
32
+ output : build/CONTRIBUTORS.svg
33
+ avatarSize : 42
34
+
35
+ - name : Deploy
36
+ uses : peaceiris/actions-gh-pages@v3
37
+ with :
38
+ github_token : ${{ secrets.GITHUB_TOKEN }}
39
+ publish_dir : ./build
22
40
23
41
- run : npm install @jsdevtools/npm-publish -g
24
42
- run : npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json
58
76
npm i @uiw/react-markdown-preview@${{steps.create_tag.outputs.versionNumber}}
59
77
```
60
78
61
- - name : Deploy
62
- uses : peaceiris/actions-gh-pages@v3
63
- with :
64
- github_token : ${{ secrets.GITHUB_TOKEN }}
65
- publish_dir : ./build
66
-
67
79
- name : Coveralls
68
80
uses : coverallsapp/github-action@master
69
81
with :
Original file line number Diff line number Diff line change 1
-
2
1
name : Build & Deploy
3
2
on :
4
3
pull_request :
14
13
15
14
- run : npm install
16
15
- run : npm run build
17
- - run : npm run coverage
16
+ - run : npm run coverage
17
+ - run : npm run doc
18
+ - run : npm run bundle
19
+ - run : npm run bundle:min
You can’t perform that action at this time.
0 commit comments