Silence a deprecation waring in Pages generation
This should keep the Pages build running until staticsite & MarkupSafe add a pyproject.toml
This commit is contained in:
parent
6ef18b4ab4
commit
7c75167dd5
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pages.yml
vendored
1
.github/workflows/pages.yml
vendored
|
@ -25,6 +25,7 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get --yes install --no-install-recommends libimage-exiftool-perl
|
sudo apt-get --yes install --no-install-recommends libimage-exiftool-perl
|
||||||
|
pip install wheel
|
||||||
pip install git+https://github.com/spanezz/staticsite.git@a55caca1cd599d343ed454296317edd6e0539926
|
pip install git+https://github.com/spanezz/staticsite.git@a55caca1cd599d343ed454296317edd6e0539926
|
||||||
ssite build --output public
|
ssite build --output public
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue