Skip to content

Commit b1e51f9

Browse files
committed
Comment out other branch handling
1 parent 9865ddf commit b1e51f9

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/coverage.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ concurrency:
3535

3636
jobs:
3737
run-code-coverage:
38+
# permissions:
39+
# contents: write
3840
environment:
3941
name: github-pages
4042
url: ${{ steps.deployment.outputs.page_url }}
@@ -107,10 +109,10 @@ jobs:
107109
uses: actions/deploy-pages@v2
108110
id: deployment
109111

110-
111-
- name: deploy to Github Pages (development branch)
112-
if: ${{ github.ref != 'refs/heads/main' }}
113-
uses: peaceiris/actions-gh-pages@v4
114-
with:
115-
github_token: ${{ secrets.GITHUB_TOKEN }}
116-
destination_dir: development-branch/
112+
# - name: deploy to Github Pages (development branch)
113+
# if: ${{ github.ref != 'refs/heads/main' }}
114+
# uses: peaceiris/actions-gh-pages@v4
115+
# with:
116+
# publish_dir: ./build/coverage/
117+
# github_token: ${{ secrets.GITHUB_TOKEN }}
118+
# destination_dir: development-branch/

0 commit comments

Comments
 (0)