Skip to content

Commit e46db41

Browse files
committed
deploy.yml reverted
1 parent ab7505d commit e46db41

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,20 @@
44
name: Build and Deploy
55

66
on:
7-
pull:
7+
push:
88
branches:
99
- main
1010

1111
jobs:
1212
build-and-deploy:
1313
runs-on: ubuntu-latest
14-
1514
steps:
1615
- name: Checkout 🛎️
1716
uses: actions/checkout@v2
1817
- name: Install Yarn 🚧
1918
if: ${{ env.ACT }}
2019
run: npm install -g yarn
21-
- name: Build Demo 🛠
20+
- name: Build 🛠
2221
run: yarn demo-build
2322
- name: Install Rsync 📚
2423
if: ${{ env.ACT }}
@@ -28,4 +27,4 @@ jobs:
2827
with:
2928
branch: gh-pages
3029
folder: src/demo/build
31-
token: ${{ secrets.GITHUB_TOKEN }}
30+
token: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)