From 978f45d47a5c031051cf12615fde5873924a124c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Hordy=C5=84ski?= Date: Wed, 3 Apr 2024 14:26:59 +0200 Subject: [PATCH] Fix docs build script --- .github/workflows/documentation.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index f32945c7..8a53f840 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -23,6 +23,4 @@ jobs: ${{ runner.os }}-pip- - name: Build docs - run: | - source venv/bin/activate - ./.github/scripts/build_docs.sh + run: ./.github/scripts/build_docs.sh