Skip to content

Commit

Permalink
chore: Update github-pages cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
wenty22 committed Oct 21, 2024
1 parent 9822c40 commit 1066424
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 @@ -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:
Expand Down

0 comments on commit 1066424

Please sign in to comment.