Skip to content

Commit

Permalink
Check links in the preview to make sure this catches everything
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymcmackin committed Sep 12, 2024
1 parent 4cf1b0a commit 5044d29
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.tezos.com/"
start-url: "https://docs-staging-git-fix-links-trili-tech.vercel.app/overview/"

0 comments on commit 5044d29

Please sign in to comment.