Skip to content

Commit 27a2ad1

Browse files
committed
Doc workflow naming
1 parent f4d2999 commit 27a2ad1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/mkdocs_build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
jobs:
1111
build-docs:
12+
name: Build docs
1213
runs-on: ubuntu-latest
1314
steps:
1415
- name: Checkout repo

.github/workflows/mkdocs_deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313

1414
jobs:
1515
build-docs:
16+
name: Build docs
1617
runs-on: ubuntu-latest
1718
steps:
1819
- name: Checkout repo
@@ -35,6 +36,7 @@ jobs:
3536
path: site/
3637

3738
deploy-docs:
39+
name: Deploy docs
3840
runs-on: ubuntu-latest
3941
environment:
4042
name: github-pages

0 commit comments

Comments
 (0)