From 2544aaa9a203c989debfcd608ffd546c78d1bede Mon Sep 17 00:00:00 2001 From: Michael Maltsev <4129781+m417z@users.noreply.github.com> Date: Sat, 9 Dec 2023 09:38:12 +0200 Subject: [PATCH] Use old markdown2 version due to https://github.com/trentm/python-markdown2/issues/541 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c5a5e8a8493..aa121cb163c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,7 +29,7 @@ jobs: - name: Install Python dependencies run: | python -m pip install --upgrade pip - pip install markdown2 Pygments + pip install markdown2==2.4.10 Pygments - name: Generate docs run: | commit=$(git -C systeminformer rev-list HEAD -- phnt/include | head -n 1)