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 f14dc83 commit 1c55062Copy full SHA for 1c55062
.github/workflows/doc-build.yml
@@ -98,13 +98,6 @@ jobs:
98
REF_TYPE=${{ github.ref_type }}
99
REF_NAME=${{ github.ref_name }}
100
101
- # If it's main branch, add noindex tag to all .html files to exclude from Google Search indexing.
102
- REF_NAME=$(echo "${{ github.ref }}")
103
- echo "Ref name: ${REF_NAME}"
104
- if [[ "${{ github.ref }}" == 'refs/heads/main' ]]; then
105
- find docs -name "*.html" -print0 | xargs -0 sed -i '/<head>/a \ \ <meta name="robots" content="noindex">';
106
- fi
107
-
108
# If building for a release tag, branch, set the branch/tag name
109
# as the target folder in the gh-pages branch. The artifacts created
110
# during the build will be copied over to the target dir in the
0 commit comments