Merge branch 'master' of github.com:c3woc/c3woc-website

This commit is contained in:
L3D 2020-02-07 00:28:53 +01:00
commit 2f9329e0db
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -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