Skip to content

Merge pull request #1755 from bwoodsend/fix-macos-deployment-target #105

Merge pull request #1755 from bwoodsend/fix-macos-deployment-target

Merge pull request #1755 from bwoodsend/fix-macos-deployment-target #105

Workflow file for this run

name: Build documentation
on:
push:
branches:
# This should match the DOC_BRANCH value in the psycopg-website Makefile
- master
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Trigger docs build
uses: peter-evans/repository-dispatch@v3
with:
repository: psycopg/psycopg-website
event-type: psycopg2-commit
token: ${{ secrets.ACCESS_TOKEN }}