From 07d1eebded65761bdddf254694091b8d5a7ec6b1 Mon Sep 17 00:00:00 2001 From: ZergLev Date: Fri, 27 Sep 2024 16:42:58 +0300 Subject: [PATCH] testing workflow --- .github/workflows/build_and_publish_docs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build_and_publish_docs.yml b/.github/workflows/build_and_publish_docs.yml index e348b8c6a..21b6c7370 100644 --- a/.github/workflows/build_and_publish_docs.yml +++ b/.github/workflows/build_and_publish_docs.yml @@ -38,6 +38,11 @@ jobs: python -m pip install --upgrade pip poetry python -m poetry install --with tutorials,docs --all-extras --no-ansi --no-interaction + - name: testing actions/checkout_v4 + run: | + git branch + git status + - name: build documentation env: TG_BOT_TOKEN: ${{ secrets.TG_BOT_TOKEN }}