From 19227cf80c880fdf4e75584b643663a8c7640e21 Mon Sep 17 00:00:00 2001 From: Mathieu Huchet Date: Tue, 29 Oct 2024 17:14:30 +0100 Subject: [PATCH] adapt to talend ui --- .github/workflows/pr-demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-demo.yml b/.github/workflows/pr-demo.yml index 1d0457b426..f68c4b5521 100644 --- a/.github/workflows/pr-demo.yml +++ b/.github/workflows/pr-demo.yml @@ -60,7 +60,7 @@ jobs: cp -R packages/theme/dist/* ./demo/${{ github.event.number }}/theme cp -R packages/storybook-one/storybook-static/* ./demo/${{ github.event.number }}/storybook-one echo Size of demo: - du -d 1 -h .static + du -d 1 -h ./demo/${{ github.event.number }} cd demo && git add . - name: Commit demo for gh-pages