Skip to content

add get_data_stream_lifecycle_state,downsample #73

add get_data_stream_lifecycle_state,downsample

add get_data_stream_lifecycle_state,downsample #73

Workflow file for this run

name: Build and Deploy
on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: pwd
run: pwd
- name: ls
run: ls
- name: vuepress-deploy
uses: jenkey2011/[email protected]
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
TARGET_REPO: dev2007/elasticsearch-doc-publish
TARGET_BRANCH: master
BUILD_SCRIPT: npm install && npm run docs:build
BUILD_DIR: docs/.vuepress/dist/