Skip to content

Commit 81739dc

Browse files
author
BlackstoneEngineering
committed
debugging deploy script
1 parent 2d7f861 commit 81739dc

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/deploy-website.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Build Check
22

33
on:
4+
pull_request:
5+
branches: [ "main" ]
46
push:
57
branches: [ "main" ]
68

@@ -46,6 +48,7 @@ jobs:
4648
yarn build
4749
4850
- name: Deploy to GitHub Pages
49-
uses: JamesIves/github-pages-deploy-action@v4
50-
with:
51-
folder: build # The folder the action should deploy.
51+
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

Comments
 (0)