From 1f87ad263c4ed791e26552d67049eca628fa2e4b Mon Sep 17 00:00:00 2001 From: Omar Sanseviero Date: Mon, 5 Dec 2022 16:21:24 +0100 Subject: [PATCH] Update build_documentation.yml --- .github/workflows/build_documentation.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_documentation.yml b/.github/workflows/build_documentation.yml index e23d069..63bf585 100644 --- a/.github/workflows/build_documentation.yml +++ b/.github/workflows/build_documentation.yml @@ -3,8 +3,7 @@ name: Build documentation on: push: branches: - - release - - doc-builder* + - main jobs: build: @@ -16,4 +15,4 @@ jobs: additional_args: --not_python_module languages: en secrets: - token: ${{ secrets.HUGGINGFACE_PUSH }} \ No newline at end of file + token: ${{ secrets.HUGGINGFACE_PUSH }}