Skip to content

Commit

Permalink
Exclude strftime site from link checker config (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Aug 22, 2024
1 parent 8ad7d43 commit 1b0dc5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
--exclude https://github.com/brimdata/brimcap.*#
--exclude https://github.com/brimdata/zui.*#
--exclude https://github.com/brimdata/build-suricata.*#
--exclude https://github.com/samsonjs/strftime.*#
- name: Inform Slack users of failure
uses: tiloio/slack-webhook-action@v1.1.2
if: ${{ failure() }}
Expand Down

1 comment on commit 1b0dc5a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.