@@ -32,41 +32,41 @@ jobs:
32
32
with :
33
33
cmd : ' jq .total.statements.pct coverage/coverage-summary.json'
34
34
35
- badge :
36
- runs-on : ubuntu-latest
37
- needs : build
35
+ # badge:
36
+ # runs-on: ubuntu-latest
37
+ # needs: build
38
38
39
- steps :
40
- - name : Create badge
41
- uses :
schneegans/[email protected]
42
- with :
43
- auth : ${{ secrets.GIST_SECRET }}
44
- gistID : 7f2a04de5e494f9a3820832520ee2562
45
- filename : badge.json
46
- label : Code Coverage
47
- message : ${{ needs.build.outputs.coverage }}%
48
- valColorRange : ${{ needs.build.outputs.coverage }}
49
- maxColorRange : 100
50
- minColorRange : 0
39
+ # steps:
40
+ # - name: Create badge
41
+ # uses: schneegans/[email protected]
42
+ # with:
43
+ # auth: ${{ secrets.GIST_SECRET }}
44
+ # gistID: 7f2a04de5e494f9a3820832520ee2562
45
+ # filename: badge.json
46
+ # label: Code Coverage
47
+ # message: ${{ needs.build.outputs.coverage }}%
48
+ # valColorRange: ${{ needs.build.outputs.coverage }}
49
+ # maxColorRange: 100
50
+ # minColorRange: 0
51
51
52
- deploy :
53
- runs-on : ubuntu-latest
54
- needs : build
52
+ # deploy:
53
+ # runs-on: ubuntu-latest
54
+ # needs: build
55
55
56
- permissions :
57
- pages : write # to deploy to Pages
58
- id-token : write # to verify the deployment originates from an appropriate source
56
+ # permissions:
57
+ # pages: write # to deploy to Pages
58
+ # id-token: write # to verify the deployment originates from an appropriate source
59
59
60
- environment :
61
- name : github-pages
62
- url : ${{ steps.deployment.outputs.page_url }}
60
+ # environment:
61
+ # name: github-pages
62
+ # url: ${{ steps.deployment.outputs.page_url }}
63
63
64
- steps :
65
- - name : Upload artifact
66
- uses : actions/upload-pages-artifact@v3
67
- with :
68
- path : ./docs
64
+ # steps:
65
+ # - name: Upload artifact
66
+ # uses: actions/upload-pages-artifact@v3
67
+ # with:
68
+ # path: ./docs
69
69
70
- - name : Deploy to GitHub Pages
71
- id : deployment
72
- uses : actions/deploy-pages@v4
70
+ # - name: Deploy to GitHub Pages
71
+ # id: deployment
72
+ # uses: actions/deploy-pages@v4
0 commit comments