From 7c75167dd5433a023deb913dbd3b74b46fd4a934 Mon Sep 17 00:00:00 2001 From: Tobias Gruetzmacher Date: Sat, 12 Nov 2022 11:00:09 +0100 Subject: [PATCH] Silence a deprecation waring in Pages generation This should keep the Pages build running until staticsite & MarkupSafe add a pyproject.toml --- .github/workflows/pages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index f9152bd5f..7c8489417 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -25,6 +25,7 @@ jobs: - name: Build run: | sudo apt-get --yes install --no-install-recommends libimage-exiftool-perl + pip install wheel pip install git+https://github.com/spanezz/staticsite.git@a55caca1cd599d343ed454296317edd6e0539926 ssite build --output public