Skip to content

Commit 17ed3cb

Browse files
committed
docs: added relevant comment
1 parent aff9fee commit 17ed3cb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/deploy-pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy to GitHub Pages
1+
name: Deploy to GitHub Pages from main
22

33
on:
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

0 commit comments

Comments
 (0)