We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab7505d commit e46db41Copy full SHA for e46db41
1 file changed
.github/workflows/deploy.yml
@@ -4,21 +4,20 @@
4
name: Build and Deploy
5
6
on:
7
- pull:
+ push:
8
branches:
9
- main
10
11
jobs:
12
build-and-deploy:
13
runs-on: ubuntu-latest
14
-
15
steps:
16
- name: Checkout 🛎️
17
uses: actions/checkout@v2
18
- name: Install Yarn 🚧
19
if: ${{ env.ACT }}
20
run: npm install -g yarn
21
- - name: Build Demo 🛠
+ - name: Build 🛠
22
run: yarn demo-build
23
- name: Install Rsync 📚
24
@@ -28,4 +27,4 @@ jobs:
28
27
with:
29
branch: gh-pages
30
folder: src/demo/build
31
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{secrets.GITHUB_TOKEN}}
0 commit comments