mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 00:46:33 +03:00
Build docs from the master branch
This commit is contained in:
parent
50145014e8
commit
2b7383c9f9
4
.github/workflows/docs.yml
vendored
4
.github/workflows/docs.yml
vendored
|
@ -3,7 +3,7 @@ name: Build documentation
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- maint_2_8
|
||||
- master
|
||||
|
||||
jobs:
|
||||
docs:
|
||||
|
@ -14,5 +14,5 @@ jobs:
|
|||
- name: Trigger docs build
|
||||
run: ./scripts/travis_update_docs.sh
|
||||
env:
|
||||
TRAVIS_BRANCH: maint_2_8
|
||||
TRAVIS_BRANCH: master
|
||||
TRAVIS_TOKEN: ${{ secrets.TRAVIS_TOKEN }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user