Skip to content

Commit 0666c8f

Browse files
committed
revert to working deployment
1 parent e0cd528 commit 0666c8f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

-8
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,6 @@ jobs:
2525
- name: Build
2626
run: npm run build
2727

28-
- name: Merge master -> gh-pages
29-
uses: devmasx/merge-branch@master
30-
with:
31-
type: now
32-
from_branch: master
33-
target_branch: gh-pages
34-
github_token: ${{ secrets.GITHUB_TOKEN }}
35-
3628
- name: Deploy to GitHub Pages
3729
uses: peaceiris/actions-gh-pages@v3
3830
with:

0 commit comments

Comments
 (0)