Skip to content

PTEUDO-1577: added migration tests for pgctl package (#335) #260

PTEUDO-1577: added migration tests for pgctl package (#335)

PTEUDO-1577: added migration tests for pgctl package (#335) #260

Workflow file for this run

name: docs
on:
push:
branches:
- main
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install markdown pymdown-extensions mkdocs-material mkdocs-mermaid2-plugin
- run: mkdocs gh-deploy --force