staticsite needs exiftool
This commit is contained in:
parent
4389480a04
commit
7b8bc00f3d
1 changed files with 3 additions and 1 deletions
4
.github/workflows/pages.yml
vendored
4
.github/workflows/pages.yml
vendored
|
@ -1,3 +1,4 @@
|
||||||
|
---
|
||||||
name: GitHub Pages
|
name: GitHub Pages
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
@ -10,7 +11,7 @@ permissions:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
@ -23,6 +24,7 @@ jobs:
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
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@dcf41e4a2b2d3610f2561b08bee16088fbbd1b04 'jinja2<3.1'
|
||||||
ssite build --output public
|
ssite build --output public
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue