Skip to content

Commit 241f06d

Browse files
committed
ci: fix deploy
1 parent 27e0140 commit 241f06d

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
@@ -4,7 +4,7 @@ on:
44
branches:
55
- master
66
jobs:
7-
build-and-deploy:
7+
build:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout 🛎️
@@ -31,7 +31,7 @@ jobs:
3131
uses: JamesIves/github-pages-deploy-action@4.0.0
3232
with:
3333
repository-name: anycable/anycable.github.io
34-
branch: master
34+
branch: gh-pages
3535
folder: dist
3636
clean: true
3737
token: ${{ secrets.ACCESS_TOKEN }}

0 commit comments

Comments
 (0)