Skip to content

Commit

Permalink
Update conditional_convert_via_pandoc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RWTH-MK authored Oct 29, 2024
1 parent ff680b5 commit 9138b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conditional_convert_via_pandoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
$diff = git diff --name-only --diff-filter=AM "HEAD^" HEAD
# Filter the files under content/ with the .md extension excluding the Hugo associated _index.md files
$SourceDiff = $diff | Where-Object { $_ -match '^content/' -and $_ -match '.md$' -and -not ($_ -match '_index.md') }
$SourceDiff = $diff | Where-Object { $_ -match 'content/' -and $_ -match '.md$' -and -not ($_ -match '_index.md') }
$HasDiff = $SourceDiff.Length -gt 0
# Set the output named "bool_files_changed"
Expand Down

0 comments on commit 9138b8e

Please sign in to comment.