Skip to content

Commit 771815f

Browse files
committed
chore: update workflow
1 parent e37cbfa commit 771815f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ jobs:
2929
echo "released=true" >> "$GITHUB_OUTPUT"
3030
3131
npm run typedoc
32+
33+
# Remove any unnecessary files or directories that might contain symlinks or large files
34+
# For example, remove node_modules from 'examples' to avoid copying symlinks
35+
rm -rf examples/node_modules
36+
37+
# Copy only the required content to the docs folder
3238
cp -rf dist examples docs
3339
fi
3440
env:

0 commit comments

Comments
 (0)