Build docs from the master branch

This commit is contained in:
Daniele Varrazzo 2021-06-16 16:37:59 +01:00
parent 50145014e8
commit 2b7383c9f9

View File

@ -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 }}