Skip to content

Commit fbcd2ae

Browse files
authored
Update deploy.yml
1 parent cca88a5 commit fbcd2ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy Hugo site to GitHub Pages
33
on:
44
push:
55
branches:
6-
- master # mainの場合はここを書き換える
6+
- hugo # mainの場合はここを書き換える
77

88
jobs:
99
build-deploy:
@@ -28,4 +28,4 @@ jobs:
2828
with:
2929
github_token: ${{ secrets.GITHUB_TOKEN }}
3030
publish_dir: ./public
31-
publish_branch: gh-pages
31+
publish_branch: gh-pages

0 commit comments

Comments
 (0)