Prevent robots indexation for pages where it's disabled (#2464)

This commit is contained in:
Samy Pessé
2024-09-13 13:52:15 +02:00
committed by GitHub
parent 0e7f9d6778
commit 4c19014dcd
12 changed files with 122 additions and 12 deletions
+6
View File
@@ -93,6 +93,12 @@ jobs:
env:
BASE_URL: ${{needs.deploy.outputs.deployment_url}}
ARGOS_TOKEN: ${{ secrets.ARGOS_TOKEN }}
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
name: playwright-test-results
path: packages/gitbook/test-results/
retention-days: 3
pagespeed-testing:
runs-on: ubuntu-latest
name: PageSpeed Testing