From 5bd13a83cb2a8680501f09ebcb06b1dbcaec87a0 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Tue, 2 Jun 2020 16:34:30 +0800 Subject: [PATCH] Update CI job and task names. --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d207f1..04f5d6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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