Skip to content

Commit 764d5ab

Browse files
committed
Better job names for docs build and deploy
1 parent ecb4c57 commit 764d5ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Docs Build
33
on: [push, pull_request]
44

55
jobs:
6-
build:
6+
docs-build:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v4

.github/workflows/docs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77

88
jobs:
9-
deploy:
9+
docs-deploy:
1010
runs-on: ubuntu-latest
1111
environment:
1212
name: docs-deploy

0 commit comments

Comments
 (0)