diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-26 11:21:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-26 11:21:40 -0400 |
commit | ce155dad3d3e727c6b6e2f63cb582461bd5880f4 (patch) | |
tree | 5635b5e3356be54b9ef6aa1fb3ef8fdc62dcdc2c /.github | |
parent | deb9eb9c2c2f8876cd056a1c3372d9911ffe4a6a (diff) | |
download | translated-content-ce155dad3d3e727c6b6e2f63cb582461bd5880f4.tar.gz translated-content-ce155dad3d3e727c6b6e2f63cb582461bd5880f4.tar.bz2 translated-content-ce155dad3d3e727c6b6e2f63cb582461bd5880f4.zip |
PR test should build based on possible index.md too (#1705)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/pr-test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index fab0bb7836..115403b438 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -70,7 +70,7 @@ jobs: - uses: technote-space/get-diff-action@v4.2 id: git_diff_content with: - PATTERNS: files/**/*.html + PATTERNS: files/**/*.+(html|md) SET_ENV_NAME: GIT_DIFF_CONTENT - name: Build changed content |