Skip to content

Commit

Permalink
Merge pull request #15 from bnb-chain/fix/cicd
Browse files Browse the repository at this point in the history
chore: Update github-pages cicd
  • Loading branch information
wenty22 authored Oct 21, 2024
2 parents 7605a1a + 1066424 commit 130dc90
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/gh-cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -41,10 +41,6 @@ jobs:
node common/scripts/install-run-rush.js build -t canonical-bridge-ui
ls ./apps/canonical-bridge-ui -a
deploy:
needs: build
runs-on: ubuntu-latest
steps:
- name: Deploy docs
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down

0 comments on commit 130dc90

Please sign in to comment.