Update lektor-check.yml
This commit is contained in:
parent
ed2417bac2
commit
c4c82d693e
1 changed files with 1 additions and 2 deletions
3
.github/workflows/lektor-check.yml
vendored
3
.github/workflows/lektor-check.yml
vendored
|
@ -23,10 +23,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: ~/.git
|
path: ~/.git
|
||||||
key: lfs
|
key: lfs
|
||||||
restore-keys: lfs
|
|
||||||
- name: install and pull lfs
|
- name: install and pull lfs
|
||||||
run: |
|
run: |
|
||||||
apt-get install git-lfs
|
sudo apt-get install git-lfs
|
||||||
git lfs pull
|
git lfs pull
|
||||||
- name: check with lektor
|
- name: check with lektor
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue