We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27e0140 commit 241f06dCopy full SHA for 241f06d
1 file changed
.github/workflows/deploy.yml
@@ -4,7 +4,7 @@ on:
4
branches:
5
- master
6
jobs:
7
- build-and-deploy:
+ build:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Checkout 🛎️
@@ -31,7 +31,7 @@ jobs:
31
uses: JamesIves/github-pages-deploy-action@4.0.0
32
with:
33
repository-name: anycable/anycable.github.io
34
- branch: master
+ branch: gh-pages
35
folder: dist
36
clean: true
37
token: ${{ secrets.ACCESS_TOKEN }}
0 commit comments