File: docs.yml

package info (click to toggle)
psycopg2 2.9.11-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,248 kB
  • sloc: ansic: 14,542; python: 11,992; sh: 475; makefile: 182
file content (18 lines) | stat: -rw-r--r-- 425 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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@v4
        with:
          repository: psycopg/psycopg-website
          event-type: psycopg2-commit
          token: ${{ secrets.ACCESS_TOKEN }}