Skip to content

Commit 90eeaa3

Browse files
authored
fix: path on GitHub Pages hosted site
1 parent b5d1948 commit 90eeaa3

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
@@ -14,7 +14,7 @@ cp -r examples/* _site/examples/
1414
# Copy dist folder for example pages to access the scripts
1515
echo "Copying dist folder..."
1616
mkdir -p _site/dist
17-
cp -r packages/css-if-polyfill/dist/* _site/dist/
17+
cp -r packages/css-if-polyfill/dist/* _site/packages/css-if-polyfill/dist/
1818

1919
# Copy the index.html template
2020
echo "Copying index.html template..."

0 commit comments

Comments
 (0)