Skip to content

Commit

Permalink
Update update_index.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ccbaumler authored Mar 1, 2024
1 parent 6e1f2fa commit 6eac0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
shell: pwsh
run: |
# Diff HEAD with the previous commit
$diff = git diff --name-only --diff-filter=ADM HEAD^ HEAD
$diff = git diff --name-only --diff-filter=AD HEAD^ HEAD
# Check if a markdown file and only a markdown file in the docs/ directory has been added or deleted
$SourceDiff = $diff | Where-Object { ($_ -match '^A' -or $_ -match '^D') -and $_ -match '^docs/' }
Expand Down

0 comments on commit 6eac0ef

Please sign in to comment.