We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62d3630 + 0a8ceda commit e93b286Copy full SHA for e93b286
1 file changed
.github/workflows/build-and-preview-site.yml
@@ -58,7 +58,7 @@ jobs:
58
make build-preview
59
60
# Prevent indexing
61
- cat > public/robots.txt <<'EOF'
+ cat > site/public/robots.txt <<'EOF'
62
User-agent: *
63
Disallow: /
64
EOF
0 commit comments