Skip to content

Commit ef87c25

Browse files
committed
[test] デプロイ用artifactを指定
1 parent 51da3e6 commit ef87c25

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,6 @@ jobs:
8080
# Deploy the book's HTML to GitHub Pages
8181
- name: Deploy to GitHub Pages
8282
id: deployment
83-
uses: actions/deploy-pages@v2
83+
uses: actions/deploy-pages@v4
84+
with:
85+
artifact_name: github-pages

0 commit comments

Comments
 (0)