Add GitHub workflow job names
This commit is contained in:
2
.github/workflows/pages.yaml
vendored
2
.github/workflows/pages.yaml
vendored
@@ -6,6 +6,7 @@ defaults:
|
||||
shell: "bash"
|
||||
jobs:
|
||||
build:
|
||||
name: "Build"
|
||||
runs-on: "ubuntu-latest"
|
||||
steps:
|
||||
- name: "Checkout"
|
||||
@@ -47,6 +48,7 @@ jobs:
|
||||
name: "github-pages"
|
||||
url: "${{ steps.pages.outputs.base_url }}"
|
||||
if: "github.ref == 'refs/heads/master'"
|
||||
name: "Deploy"
|
||||
needs: "build"
|
||||
runs-on: "ubuntu-latest"
|
||||
steps:
|
||||
|
Reference in New Issue
Block a user