File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ concurrency:
3535
3636jobs :
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/
You can’t perform that action at this time.
0 commit comments