From 1dc79baf82e0cc26d7134f4f66b48aecf41af9d0 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Mon, 28 Sep 2020 21:33:16 +0200 Subject: [PATCH] rename job --- .github/workflows/documentation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index e472df9..75deb87 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -12,8 +12,8 @@ on: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: - # This workflow contains a single job called "build" - build: + # This workflow contains a single job called "docs" + docs: # The type of runner that the job will run on runs-on: ubuntu-latest