Skip to content

Commit ebed82d

Browse files
committed
added name labeling
1 parent 20185ff commit ebed82d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/astro.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
uses: actions/upload-pages-artifact@v3
7474
with:
7575
path: ${{ env.BUILD_PATH }}/dist
76+
name: github-pages
7677

7778
deploy:
7879
environment:

.github/workflows/build-astro.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
uses: actions/upload-pages-artifact@v3
7474
with:
7575
path: ${{ env.BUILD_PATH }}/dist
76+
name: github-pages
7677

7778
deploy:
7879
environment:

0 commit comments

Comments
 (0)