Skip to content

feat: random idx of replicas when init cluster connection #269

feat: random idx of replicas when init cluster connection

feat: random idx of replicas when init cluster connection #269

Workflow file for this run

name: gh-pages
on:
push:
branches: [master]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "15.x"
- run: "[[ -z $(git show HEAD -- docs) ]] || npm install"
- run: "[[ -z $(git show HEAD -- docs) ]] || npm run docs:build"
- run: "[[ -z $(git show HEAD -- docs) ]] || dev/deploy_gh_pages.sh"
env:
TOKEN_GITHUB: ${{ secrets.TOKEN_GITHUB }}