Skip to content

Add 3.11 testing for Python #88

Add 3.11 testing for Python

Add 3.11 testing for Python #88

Workflow file for this run

name: "Build documentation"
on:
push:
branches:
- main
workflow_dispatch:
jobs:
docs:
name: "Build and deploy"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ammaraskar/sphinx-action@master
with:
docs-folder: "docs/"
- uses: actions/upload-artifact@v3
with:
name: documentation-html
path: docs/_build/html/
- uses: shallwefootball/s3-upload-action@master
with:
aws_key_id: ${{ secrets.PALEWIRE_DOCS_AWS_ACCESS_KEY_ID }}
aws_secret_access_key: ${{ secrets.PALEWIRE_DOCS_AWS_SECRET_ACCESS_KEY }}
aws_bucket: ${{ secrets.PALEWIRE_DOCS_AWS_BUCKET }}
source_dir: docs/_build/html/
destination_dir: django-postgres-copy