Skip to content

Bump pg8000 from 1.30.1 to 1.30.3 #7

Bump pg8000 from 1.30.1 to 1.30.3

Bump pg8000 from 1.30.1 to 1.30.3 #7

Workflow file for this run

name: "Pull Request Sphinx Docs Check"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ammaraskar/sphinx-action@master
with:
docs-folder: "sphinx_docs_build/"
build-command: "make html"
- uses: actions/upload-artifact@v3
with:
name: DocumentationHTML
path: docs/