From c901f4722867d9027accf2a465956a3692fa4492 Mon Sep 17 00:00:00 2001 From: joeaba <77398477+joeaba@users.noreply.github.com> Date: Thu, 14 Oct 2021 17:25:34 +0530 Subject: [PATCH] adding source publish.sh --- .github/workflows/explorer.yml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/.github/workflows/explorer.yml b/.github/workflows/explorer.yml index 46eedba1f..3483bc08e 100644 --- a/.github/workflows/explorer.yml +++ b/.github/workflows/explorer.yml @@ -31,13 +31,10 @@ jobs: - run: npm run format - run: npm run build - run: npm run test - - name: deploy website + - name: checking out uses: actions/checkout@v2 - - run : npx vercel link - - 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/ - team_id: ${{ secrets.TEAM_ID }} + - name: Deploying + run: source publish.sh + env: + VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }} +