Skip to content

Commit 51da3e6

Browse files
committed
[test] プッシュ用のartifact名を変更
1 parent 3350a35 commit 51da3e6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
mkdir -p _build/html
3232
echo "test" > _build/html/index.html
3333
34-
# Upload the book's HTML as an artifact
34+
# Upload the book's HTML as an artifact
3535
- name: Upload artifact
3636
uses: actions/upload-pages-artifact@v3
3737
with:
@@ -73,9 +73,10 @@ jobs:
7373
id: merge-artifacts
7474
uses: actions/upload-artifact/merge@v4
7575
with:
76-
pattern: 'artifact-*'
76+
name: github-pages
77+
pattern: "artifact-*"
7778
delete-merged: true
78-
79+
7980
# Deploy the book's HTML to GitHub Pages
8081
- name: Deploy to GitHub Pages
8182
id: deployment

0 commit comments

Comments
 (0)