Skip to content

fix(internal/pkg/externalplugins/cherrypicker): do not change commit … #688

fix(internal/pkg/externalplugins/cherrypicker): do not change commit …

fix(internal/pkg/externalplugins/cherrypicker): do not change commit … #688

Workflow file for this run

name: docs
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
working-directory: ./docs
steps:
- uses: actions/checkout@v3
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs
cname: book.prow.tidb.net