We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f2e017 commit a018a35Copy full SHA for a018a35
.github/workflows/astro.yml
@@ -58,6 +58,7 @@ jobs:
58
rsync -av --exclude 'node_modules' docs/dist/ /tmp/astro-docs/
59
60
echo "node_modules" > .gitignore
61
+ echo "docs/node_modules/" >> .gitignore
62
63
# Check if astro-docs branch exists
64
if git show-ref --verify --quiet refs/remotes/origin/astro-docs; then
0 commit comments