From c5835a1ae7949479f8338db7c417473113ffd52f Mon Sep 17 00:00:00 2001 From: Ivan Chernyshov Date: Sun, 22 Sep 2024 19:40:25 +0300 Subject: [PATCH] Fixes errors in gh-pages docs recipe # 2 --- .github/workflows/documentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index c8a387f..d9f6904 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -13,6 +13,7 @@ jobs: - uses: actions/setup-python@v5 - name: Install dependencies run: | + sudo apt-get install pandoc pip install -r ./docs/requirements.txt - name: Sphinx build run: | # sphinx-build doc _build