Skip to content

Add support for ALTER INDEX statement (#76) #49

Add support for ALTER INDEX statement (#76)

Add support for ALTER INDEX statement (#76) #49

Workflow file for this run

name: Docs
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v1
with:
submodules: true
- name: Set up Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.63.2'
extended: true
- name: Build docs
run: make docs
- name: Deploy
uses: docker://peaceiris/gh-pages:v2
env:
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: ./docs/public