Skip to content

Commit c75530e

Browse files
Update workflow step names
1 parent 4fb6a19 commit c75530e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919

2020
jobs:
2121
deploy:
22-
name: Build and deploy documentation site
22+
name: Build and deploy site
2323
runs-on: ubuntu-latest
2424
environment:
2525
name: github-pages
@@ -43,7 +43,7 @@ jobs:
4343
- run: npm ci
4444

4545
# Build site
46-
- name: Build Documentation
46+
- name: Build Site
4747
id: build
4848
run: npm run build
4949

0 commit comments

Comments
 (0)