Skip to content

Commit 5bd13a8

Browse files
committed
Update CI job and task names.
1 parent 52d6b07 commit 5bd13a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ on:
33
pull_request:
44

55
jobs:
6-
check-links:
7-
name: Check links
6+
build:
7+
name: Build site
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v1
@@ -17,7 +17,7 @@ jobs:
1717
pip install --upgrade pip
1818
pip install --upgrade setuptools
1919
pip install lektor pygments
20-
- name: Check links
20+
- name: Build site
2121
run: |
2222
lektor plugins reinstall
2323
lektor build --no-prune

0 commit comments

Comments
 (0)