Skip to content

Fix promise leak when using streaming with long-running actors (#136) #129

Fix promise leak when using streaming with long-running actors (#136)

Fix promise leak when using streaming with long-running actors (#136) #129

name: Build and Deploy Docs
on:
push:
branches: ['series/2.x']
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: vuepress-deploy
uses: jenkey2011/vuepress-deploy@master
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
TARGET_BRANCH: gh-pages
BUILD_SCRIPT: cd vuepress && yarn install && yarn docs:build
BUILD_DIR: docs/.vuepress/dist/