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