We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8292286 commit 1f9983aCopy full SHA for 1f9983a
1 file changed
.github/workflows/deploy.yml
@@ -3,8 +3,8 @@ name: Deploy
3
on:
4
push:
5
branches: ["main"]
6
- pull_request:
7
- branches: ["main"]
+ #pull_request:
+ # branches: ["main"]
8
9
jobs:
10
build:
@@ -20,13 +20,9 @@ jobs:
20
node-version: latest
21
check-latest: true
22
23
- - name: Build
24
- run: |
25
- npm i
26
- cd test
27
28
- cd ..
29
- node --run build
+ - run: npm i
+ - run: cd test && npm i
+ - run: node --run build
30
31
- name: Deploy
32
uses: JamesIves/github-pages-deploy-action@v4
0 commit comments