Skip to content

Commit 753c979

Browse files
committed
ci: fix step name
1 parent 699c08f commit 753c979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Copy and build
5151
run: yarn copy && yarn build
5252

53-
- name: Build docs with webpack
53+
- name: Build docs with ${{ matrix.bundler }}
5454
run: yarn docs:build
5555
env:
5656
DOCS_BUNDLER: ${{ matrix.bundler }}

0 commit comments

Comments
 (0)