Skip to content

Commit 53f9359

Browse files
committed
MKDO-1099 - rewrite placeholders
1 parent 81fb0ec commit 53f9359

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cf-storybook.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828
- name: Build Storybook
2929
run: npm run build-storybook
3030

31+
- name: Patch CRA placeholders in Storybook HTML
32+
run: |
33+
sed -i 's|%PUBLIC_URL%/|/|g' storybook-static/index.html
34+
3135
- name: Configure AWS credentials
3236
uses: aws-actions/configure-aws-credentials@v4
3337
with:

0 commit comments

Comments
 (0)