We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d7f861 commit 81739dcCopy full SHA for 81739dc
.github/workflows/deploy-website.yml
@@ -1,6 +1,8 @@
1
name: Build Check
2
3
on:
4
+ pull_request:
5
+ branches: [ "main" ]
6
push:
7
branches: [ "main" ]
8
@@ -46,6 +48,7 @@ jobs:
46
48
yarn build
47
49
50
- name: Deploy to GitHub Pages
- uses: JamesIves/github-pages-deploy-action@v4
- with:
51
- folder: build # The folder the action should deploy.
+ run: yarn deploy
52
+ # uses: JamesIves/github-pages-deploy-action@v4
53
+ # with:
54
+ # folder: build # The folder the action should deploy.
0 commit comments