From 65c28eaf54c37907191cffd10532b52937d5d078 Mon Sep 17 00:00:00 2001 From: Tim McMackin Date: Thu, 12 Sep 2024 15:47:32 -0400 Subject: [PATCH] Revert "Check links in the preview to make sure this catches everything" This reverts commit 5044d29bb072c762ce79fc2325b409dffb7dd16c. --- .github/workflows/link-check.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 2f92f2fe1..fe99229f9 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -2,9 +2,9 @@ name: Check links on: workflow_dispatch: - # schedule: - # # Every Monday at noon UTC - # - cron: "0 12 * * 1" + schedule: + # Every Monday at noon UTC + - cron: "0 12 * * 1" jobs: check_urls: @@ -13,5 +13,5 @@ jobs: - name: Check links uses: paulschuberth/check-links-action@v1 with: - start-url: "https://docs-staging-git-fix-links-trili-tech.vercel.app/overview/" + start-url: "https://docs.tezos.com/"