From 3bbc686c68dc4f5907b5b1f0b66bf791c7f671af Mon Sep 17 00:00:00 2001 From: sarahmish Date: Sun, 22 Feb 2026 23:36:45 +0300 Subject: [PATCH 1/2] update docs setup --- .github/workflows/docs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 3809e4c..3c23a76 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -2,17 +2,17 @@ name: Generate Docs on: push: - branches: [ master ] + branches: [ '*' ] jobs: docs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Python - uses: actions/setup-python@v1 + uses: actions/setup-python@v5 with: python-version: '3.9' From 6510502cc6ab007053af6e30de5f08a8e3407ba1 Mon Sep 17 00:00:00 2001 From: sarahmish Date: Sun, 22 Feb 2026 23:43:12 +0300 Subject: [PATCH 2/2] finish test --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 3c23a76..44ac3b3 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -2,7 +2,7 @@ name: Generate Docs on: push: - branches: [ '*' ] + branches: [ master ] jobs: