rename job

This commit is contained in:
Patrick Kanzler 2020-09-28 21:33:16 +02:00
parent 247211d0ce
commit 1dc79baf82
1 changed files with 2 additions and 2 deletions

View File

@ -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