We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cec5061 commit 30a0666Copy full SHA for 30a0666
.github/workflows/deployment/deploy.sh
@@ -35,7 +35,7 @@ deploy() {
35
else
36
# Patch html files to tell search engine bots like google-bot not to index this content.
37
# More info: https://developers.google.com/search/docs/advanced/crawling/block-indexing
38
- find $site_src -name '*.html' -exec sed -i 's/<head>/<head><meta name="robots" content="noindex, nofollow">/g' {}
+ find $site_src -name '*.html' -exec sed -i 's/<head>/<head><meta name="robots" content="noindex, nofollow">/g' {} \;
39
40
branch_slug=$(slugify $git_branch)
41
site_dest="${gh_pages_dir}/branches/${branch_slug}"
0 commit comments