Skip to content

Commit

Permalink
ci(blc): update exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
manudeli committed Aug 21, 2024
1 parent d3f88b6 commit ccdd930
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/broken-link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
schedule:
- cron: '0 5 * * 1-5'
workflow_dispatch:
inputs: { url: { description: 'URL to check', required: false, default: 'https://suspensive.org' } }

jobs:
broken-link-checker:
Expand All @@ -13,4 +12,4 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/pnpm-setup-node
- run: pnpm install --frozen-lockfile
- run: pnpm blc ${{ github.event.inputs.url || 'https://suspensive.org' }} --ro
- run: pnpm blc:suspensive.org

0 comments on commit ccdd930

Please sign in to comment.