Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmin2 committed Feb 11, 2024
1 parent dc2a763 commit 8ddd864
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ name: Links (Fail Fast)
on:
push:
pull_request:
paths:
- 'pages/blog/posts/**/*.md'

jobs:
linkChecker:
runs-on: ubuntu-latest
if: ${{ startsWith(github.event_path, 'pages/blog/posts/') && endsWith(github.event_path, '.md') }}
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 8ddd864

Please sign in to comment.