Skip to content

Commit 49a35aa

Browse files
committed
fix docs deploy - exclude node modules
1 parent 3250e91 commit 49a35aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/astro.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ jobs:
7272
# Copy docs from temp directory to current branch
7373
rsync -av --exclude 'node_modules' /tmp/astro-docs/ .
7474
75+
rm -rf node_modules
76+
rm -rf docs/node_modules
77+
7578
# Add and commit changes
7679
git add .
7780
if git diff --staged --quiet; then

0 commit comments

Comments
 (0)