Update CI job and task names.

This commit is contained in:
Russell Keith-Magee 2020-06-02 16:34:30 +08:00
parent 52d6b07b22
commit 5bd13a83cb
No known key found for this signature in database
GPG key ID: 3D2DAB6A37BB5BC3

View file

@ -3,8 +3,8 @@ on:
pull_request:
jobs:
check-links:
name: Check links
build:
name: Build site
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
@ -17,7 +17,7 @@ jobs:
pip install --upgrade pip
pip install --upgrade setuptools
pip install lektor pygments
- name: Check links
- name: Build site
run: |
lektor plugins reinstall
lektor build --no-prune