Skip to content

Updates Superset and pgAdmin4 base images to 2.1.0 and 7.5 respectively. #65

Updates Superset and pgAdmin4 base images to 2.1.0 and 7.5 respectively.

Updates Superset and pgAdmin4 base images to 2.1.0 and 7.5 respectively. #65

name: Build and Deploy Docs
on:
pull_request:
branches:
- main
push:
branches:
- add_docs_site
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install \
mkdocs-material \
mkdocs-glightbox
- run: mkdocs gh-deploy --force