Skip to content

Commit

Permalink
Update broken-linkcheck.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ggold7046 committed Sep 29, 2023
1 parent a602153 commit ef26ad7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/broken-linkcheck.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Linkcheck
on:
workflow_dispatch: # Enable manual triggering
#schedule:
workflow_dispatch:
# Enable manual triggering
schedule:
# Run monthly on the 1st day of the month
#- cron: '0 0 1 * *'
- cron: '0 0 1 * *'
pull_request:
paths:
- ".github/workflows/broken-linkcheck.yml"
Expand Down Expand Up @@ -37,4 +38,4 @@ jobs:
- name: Display broken links
if: failure()
working-directory: ./doc
run: linkcheck.txt grep -i broken
run: grep broken linkcheck.txt

0 comments on commit ef26ad7

Please sign in to comment.