From 1066424d84cc0c901b9983d714221844802cd118 Mon Sep 17 00:00:00 2001 From: wenty22 Date: Mon, 21 Oct 2024 11:26:29 +0800 Subject: [PATCH] chore: Update github-pages cicd --- .github/workflows/gh-cicd.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/gh-cicd.yaml b/.github/workflows/gh-cicd.yaml index b396bb03..08a6d5fc 100644 --- a/.github/workflows/gh-cicd.yaml +++ b/.github/workflows/gh-cicd.yaml @@ -5,7 +5,7 @@ on: types: [created] jobs: - build: + cicd: if: github.repository == 'bnb-chain/canonical-bridge' && contains(github.event.comment.body, '/qa-deploy') timeout-minutes: 10 runs-on: ubuntu-latest @@ -40,10 +40,6 @@ jobs: node common/scripts/install-run-rush.js install -t canonical-bridge-ui node common/scripts/install-run-rush.js build -t canonical-bridge-ui - deploy: - needs: build - runs-on: ubuntu-latest - steps: - name: Deploy docs uses: JamesIves/github-pages-deploy-action@v4 with: