Skip to content

Revert "adding auto-scalling feature to rds postgres instance" (#209) #159

Revert "adding auto-scalling feature to rds postgres instance" (#209)

Revert "adding auto-scalling feature to rds postgres instance" (#209) #159

Workflow file for this run

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