Skip to content

Commit 02e1e9b

Browse files
committed
chore: update workflow
1 parent 369daf6 commit 02e1e9b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ jobs:
3535
rm -rf examples/node_modules
3636
3737
# Copy only the required content to the docs folder
38-
cp -rf dist examples docs
38+
mkdir -p docs
39+
cp -r dist/* docs/
40+
cp -r examples docs/
3941
4042
# Delete symbolic links under the docs directory.
4143
find docs -type l -exec rm {} \;

0 commit comments

Comments
 (0)