updating explorer.yml

This commit is contained in:
axleiro 2021-10-14 14:11:12 +05:30 committed by GitHub
parent aa36b997aa
commit 49af5342f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 7 deletions

View File

@ -1,16 +1,14 @@
name: Explorer name: Explorer
on: on:
push: push:
branches: [master] branches: [master]
paths: paths:
- "explorer/**" - 'explorer/**'
pull_request: pull_request_target:
branches: [ master ] branches: [ master ]
paths: paths:
- "explorer/**" - 'explorer/**'
jobs: jobs:
check-explorer: check-explorer:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -33,3 +31,11 @@ jobs:
- run: npm run format - run: npm run format
- run: npm run build - run: npm run build
- run: npm run test - run: npm run test
- name: deploy website
uses: actions/checkout@v2
- uses: amondnet/vercel-action@v20
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }} # Required
vercel-org-id: ${{ secrets.ORG_ID}} #Required
vercel-project-id: ${{ secrets.PROJECT_ID}} #Required
working-directory: explorer/