Skip to content

Commit e22492e

Browse files
authored
Check renamed content for redirects (#46123)
1 parent 754cc54 commit e22492e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/test-changed-content.yml

+3
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
uses: tj-actions/changed-files@40526807ee1e208a1a8c1bbe6bd2d1b044ef6368 # v40.0.2
4949
with:
5050
files: 'content/**'
51+
# Necessary so we can know what the old name was when a
52+
# content file was renamed.
53+
output_renamed_files_as_deleted_and_added: true
5154

5255
- name: Run tests
5356
env:

0 commit comments

Comments
 (0)