From bcad9cecd18b47409988ebb0aa69bea6a7edd70c Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sat, 3 Feb 2024 12:57:31 +0700 Subject: [PATCH] Fixed documentation workflow to use local versions --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index cd6a25dc8..bd712aadb 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -71,7 +71,7 @@ jobs: - name: Install Python dependencies run: | pip install mkdocs-material - pip install mkdocs-material[recommended,git,imaging] + pip install .[recommended,git,imaging] - name: Install Insiders build if: github.event.repository.fork == false