Skip to content

fix(deps): update module github.com/gin-gonic/gin to v1.9.1 [security… #686

fix(deps): update module github.com/gin-gonic/gin to v1.9.1 [security…

fix(deps): update module github.com/gin-gonic/gin to v1.9.1 [security… #686

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