Skip to content

Commit 3250e91

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/astro.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
fi
7171
7272
# Copy docs from temp directory to current branch
73-
cp -r /tmp/astro-docs/* .
73+
rsync -av --exclude 'node_modules' /tmp/astro-docs/ .
7474
7575
# Add and commit changes
7676
git add .

0 commit comments

Comments
 (0)