Skip to content

Commit 8f8d1ef

Browse files
committed
udpated workflow
1 parent 3fa192a commit 8f8d1ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gem-push.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: Lab design website deploy handler
1010

1111
on:
1212
push:
13-
branches: [master]
13+
branches: [development]
1414

1515
jobs:
1616
build:
@@ -37,5 +37,6 @@ jobs:
3737
with:
3838
github_token: ${{ secrets.GITHUB_TOKEN }}
3939
publish_dir: ./_site
40+
publish_branch: master
4041
enable_jekyll: true
4142
cname: lab-design.github.io

0 commit comments

Comments
 (0)