File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -20,24 +20,24 @@ jobs:
20
20
run : npm run build:prod
21
21
- name : Run tests
22
22
run : npm run test
23
- # - name: Build Docs
24
- # run: npm run docs:build
23
+ - name : Build Docs
24
+ run : npm run docs:build
25
25
- name : Release packages
26
26
run : npx gulp publish
27
27
env :
28
28
AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
29
29
AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
30
30
AWS_REGION : ${{ secrets.AWS_REGION }}
31
- - name : Publush to NPM (only on tag)
32
- if : startsWith(github.ref, 'refs/tags/') && success()
33
- run : npm publish
34
- env :
35
- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
36
- # - name: Deploy docs
37
- # uses: crazy-max/ghaction-github-pages@v2
38
- # with:
39
- # target_branch: gh-pages
40
- # build_dir: example/build
31
+ # - name: Publush to NPM (only on tag)
32
+ # if: startsWith(github.ref, 'refs/tags/') && success()
33
+ # run: npm publish
41
34
# env:
42
- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
+ # NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
36
+ - name : Deploy docs
37
+ uses : crazy-max/ghaction-github-pages@v2
38
+ with :
39
+ target_branch : gh-pages
40
+ build_dir : example/build
41
+ env :
42
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
43
43
You can’t perform that action at this time.
0 commit comments