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 c5084c8 commit c046763Copy full SHA for c046763
.github/actions/build-design-system-docs/action.yml
@@ -13,7 +13,9 @@ runs:
13
14
# 2. Install dependencies for just the design-system-docs package
15
- run: yarn workspaces focus --production @automattic/design-system-docs
16
+ shell: bash
17
18
# 3. Build the design-system-docs workspace
19
- name: Build design system docs
20
run: yarn workspace @automattic/design-system-docs build
21
0 commit comments