From ac37214fc66f72aff364d0281401c1d26704ba66 Mon Sep 17 00:00:00 2001 From: Ace Date: Thu, 7 Dec 2023 22:16:19 +0100 Subject: [PATCH] Update update-docs.yml --- .github/workflows/update-docs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index c3e87e78..49a14519 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -27,6 +27,7 @@ jobs: source venv/bin/activate python -m pip install --upgrade pip pip install wheel + pip install -r requirements.txt pip install -e . cd .. @@ -34,7 +35,7 @@ jobs: run: | sudo apt-get install python3-sphinx pip install sphinxemoji sphinx_rtd_theme recommonmark - cd docsource && make github + cd docsource && make github && cd .. - name: Check if there are any changes id: verify_diff