Skip to content

Check the health of all pods at regular intervals (#140) #134

Check the health of all pods at regular intervals (#140)

Check the health of all pods at regular intervals (#140) #134

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/