From 6ef18b4ab490abcb47d924aeb37ca9119457297c Mon Sep 17 00:00:00 2001 From: Tobias Gruetzmacher Date: Sat, 12 Nov 2022 10:33:23 +0100 Subject: [PATCH] Update staticsite to fix pages generation --- .github/workflows/pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index efd9350d7..f9152bd5f 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -20,12 +20,12 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: 3.9 + python-version: '3.11' - name: Build run: | sudo apt-get --yes install --no-install-recommends libimage-exiftool-perl - pip install git+https://github.com/spanezz/staticsite.git@dcf41e4a2b2d3610f2561b08bee16088fbbd1b04 'jinja2<3.1' + pip install git+https://github.com/spanezz/staticsite.git@a55caca1cd599d343ed454296317edd6e0539926 ssite build --output public - name: Deploy