Skip to content

Commit ea338ea

Browse files
committed
refactor run to single line
1 parent 0254f50 commit ea338ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ jobs:
2626
run: npm run build
2727

2828
- name: Merge from master
29-
run: git checkout gh-pages
30-
run: git merge master
29+
run: git checkout gh-pages && git merge master
3130

3231
- name: Deploy to GitHub Pages
3332
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)