We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 699c08f commit 753c979Copy full SHA for 753c979
.github/workflows/check-docs.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Copy and build
51
run: yarn copy && yarn build
52
53
- - name: Build docs with webpack
+ - name: Build docs with ${{ matrix.bundler }}
54
run: yarn docs:build
55
env:
56
DOCS_BUNDLER: ${{ matrix.bundler }}
0 commit comments