Skip to content

Commit 729aaf0

Browse files
committed
Add match for equation tag
1 parent 9c51cb9 commit 729aaf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/markdown_equations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
# Generate list of changed Markdown files:
9292
- name: 'Find changed Markdown files'
9393
run: |
94-
echo "files=$(git diff --name-only ${{ github.event.pull_request.base.sha }} ${{ github.sha }} | grep .md | tr '\n' ' ')" >> $GITHUB_OUTPUT
94+
echo "files=$(git diff --name-only ${{ github.event.pull_request.base.sha }} ${{ github.sha }} -G '<equation' | grep .md | tr '\n' ' ')" >> $GITHUB_OUTPUT
9595
id: changed
9696

9797
# Generate SVG equations:

0 commit comments

Comments
 (0)