Skip to content

Commit 5f7da61

Browse files
committed
workflow typo
1 parent 6dbc5e2 commit 5f7da61

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy InterImmBook
33
on:
44
push:
55
branches:
6-
- hugo
6+
- master
77

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

0 commit comments

Comments
 (0)