Skip to content

Commit a018a35

Browse files
committed
fix docs deploy - exclude node modules
1 parent 2f2e017 commit a018a35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/astro.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
rsync -av --exclude 'node_modules' docs/dist/ /tmp/astro-docs/
5959
6060
echo "node_modules" > .gitignore
61+
echo "docs/node_modules/" >> .gitignore
6162
6263
# Check if astro-docs branch exists
6364
if git show-ref --verify --quiet refs/remotes/origin/astro-docs; then

0 commit comments

Comments
 (0)