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