Update CI job and task names.
This commit is contained in:
parent
52d6b07b22
commit
5bd13a83cb
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue