File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ jobs:
156156
157157 # Stage 4: Deploy to GitHub Pages (main branch only, requires all previous stages)
158158 deploy :
159- name : Deploy to GitHub Pages
159+ name : Deploy to GitHub Pages from main
160160 needs : [checks-done]
161161 if : github.ref == 'refs/heads/main' && github.event_name == 'push'
162162 uses : ./.github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change 1- name : Deploy to GitHub Pages
1+ name : Deploy to GitHub Pages from main
22
33on :
44 push :
@@ -62,14 +62,14 @@ jobs:
6262 path : " _site"
6363
6464 deploy :
65- name : Deploy to GitHub Pages
65+ name : Deploy to GitHub Pages from main
6666 environment :
6767 name : github-pages
6868 url : ${{ steps.deployment.outputs.page_url }}
6969 runs-on : ubuntu-24.04
7070 needs : build
7171
7272 steps :
73- - name : Deploy to GitHub Pages
73+ - name : Deploy to GitHub Pages from main
7474 id : deployment
7575 uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments