Merge branch 'master' of github.com:c3woc/c3woc-website
This commit is contained in:
commit
2f9329e0db
1 changed files with 9 additions and 0 deletions
9
.github/workflows/lektor-check.yml
vendored
9
.github/workflows/lektor-check.yml
vendored
|
@ -18,6 +18,15 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
- name: Cache lfs data
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
path: ~/.git
|
||||
key: lfs
|
||||
- name: install and pull lfs
|
||||
run: |
|
||||
sudo apt-get install git-lfs
|
||||
git lfs pull
|
||||
- name: check with lektor
|
||||
run: |
|
||||
pip install lektor
|
||||
|
|
Loading…
Reference in a new issue