There was an error while loading. Please reload this page.
1 parent f5381f5 commit 873254fCopy full SHA for 873254f
1 file changed
.github/workflows/docsite-publish-ghpages.yml
@@ -43,6 +43,9 @@ jobs:
43
- name: Install packages
44
run: yarn install --frozen-lockfile
45
46
+ - name: Install Playwright Browsers
47
+ run: yarn playwright install --with-deps
48
+
49
- name: Build storybook
50
run: yarn nx run public-docsite-v9:build-storybook --nxBail
51
env:
0 commit comments