From 2b7383c9f956441489b8d7ca1694b8c182ff9ff9 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Wed, 16 Jun 2021 16:37:59 +0100 Subject: [PATCH] Build docs from the master branch --- .github/workflows/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 65332208..9d511bfe 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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 }}