1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-01 09:12:39 +00:00

Update dependencies (#2248)

This commit is contained in:
2023-07-29 10:24:55 -05:00
parent f69e1ad6af
commit 659a03be58
7 changed files with 48 additions and 33 deletions

View File

@ -53,6 +53,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.8'
cache: 'pipenv'
- name: Cache files
uses: actions/cache@v3.3.1
@ -64,6 +65,7 @@ jobs:
run: |
pip install pipenv
pipenv install
sudo apt install pngquant
- name: Build website
env: