Skip to content

Commit

Permalink
Revert "Check links in the preview to make sure this catches everything"
Browse files Browse the repository at this point in the history
This reverts commit 5044d29.
  • Loading branch information
timothymcmackin committed Sep 12, 2024
1 parent 5044d29 commit 65c28ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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/"

0 comments on commit 65c28ea

Please sign in to comment.