add lfs cache ?

This commit is contained in:
L3D 2020-02-07 00:25:44 +01:00 committed by GitHub
parent ec8a416ac1
commit ed2417bac2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,16 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
- name: Cache lfs data
uses: actions/cache@v1
with:
path: ~/.git
key: lfs
restore-keys: lfs
- name: install and pull lfs
run: |
apt-get install git-lfs
git lfs pull
- name: check with lektor
run: |
pip install lektor