Skip to content

Commit 03b869a

Browse files
committed
build yamlをmainからmasterに修正
1 parent 52d106d commit 03b869a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Deploy Jekyll Site
22
on:
33
push:
44
branches:
5-
- main # ← GitHub Pages のデプロイ対象ブランチ
5+
- master # ← GitHub Pages のデプロイ対象ブランチ
66
permissions:
77
contents: read
88
pages: write

0 commit comments

Comments
 (0)