diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 6e616e5e6d..ae5174db7a 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -7,7 +7,7 @@ on: branches: [master] jobs: - checks: + build-docs: if: github.event_name != 'push' runs-on: ubuntu-latest steps: @@ -25,7 +25,7 @@ jobs: npm i fi npm run build - gh-release: + publish-docs: if: github.event_name != 'pull_request' runs-on: ubuntu-latest steps: