Skip to content

Commit c38a05e

Browse files
committed
cicd: deploy disabled
1 parent f6149c7 commit c38a05e

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

.github/workflows/build.yml

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -32,41 +32,41 @@ jobs:
3232
with:
3333
cmd: 'jq .total.statements.pct coverage/coverage-summary.json'
3434

35-
badge:
36-
runs-on: ubuntu-latest
37-
needs: build
35+
# badge:
36+
# runs-on: ubuntu-latest
37+
# needs: build
3838

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
5151

52-
deploy:
53-
runs-on: ubuntu-latest
54-
needs: build
52+
# deploy:
53+
# runs-on: ubuntu-latest
54+
# needs: build
5555

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
5959

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 }}
6363

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
6969

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

Comments
 (0)