From 6b917880b3038a84e52f51008db83f7e5bc802fb Mon Sep 17 00:00:00 2001 From: Andrey Rybakov Date: Thu, 4 Dec 2025 18:46:58 +0100 Subject: [PATCH 1/2] Fix a bug in actions --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index dd8b104..f22469a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,3 +1,5 @@ +name: Deploy Documentation + on: pull_request: types: From 40bf6d59752233929f37c65c187b2c3bcd32e88f Mon Sep 17 00:00:00 2001 From: Andrey Rybakov Date: Thu, 4 Dec 2025 18:48:11 +0100 Subject: [PATCH 2/2] Fix a bug in actions --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f22469a..98ca2e2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,9 +17,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - - uses: actions/checkout@v3 + uses: actions/checkout@v3 - name: Setup Python - - uses: actions/setup-python@v4 + uses: actions/setup-python@v4 with: python-version: "3.13" - name: Install docs dependencies