Skip to content

Commit 30583ab

Browse files
committed
fix: directory not existing
1 parent 90eeaa3 commit 30583ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/prepare-pages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cp -r examples/* _site/examples/
1313

1414
# Copy dist folder for example pages to access the scripts
1515
echo "Copying dist folder..."
16-
mkdir -p _site/dist
16+
mkdir -p _site/packages/css-if-polyfill/dist/
1717
cp -r packages/css-if-polyfill/dist/* _site/packages/css-if-polyfill/dist/
1818

1919
# Copy the index.html template

0 commit comments

Comments
 (0)