Skip to content

Commit

Permalink
Enable nofollow for preview page
Browse files Browse the repository at this point in the history
  • Loading branch information
skrysmanski committed Feb 4, 2024
1 parent 920ff8e commit a925205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: hugo --destination ./public/ --printPathWarnings --logLevel info --panicOnWarning --buildDrafts --baseURL 'https://preview.manski.net'
env:
# Disable search engine crawling for the preview stage.
HUGO_PARAMS_robots: 'noindex'
HUGO_PARAMS_robots: 'noindex,nofollow'

- name: Build site (production)
if: ${{ env.DEPLOY_STAGE == 'production' }}
Expand Down

0 comments on commit a925205

Please sign in to comment.