We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c51cb9 commit 729aaf0Copy full SHA for 729aaf0
.github/workflows/markdown_equations.yml
@@ -91,7 +91,7 @@ jobs:
91
# Generate list of changed Markdown files:
92
- name: 'Find changed Markdown files'
93
run: |
94
- echo "files=$(git diff --name-only ${{ github.event.pull_request.base.sha }} ${{ github.sha }} | grep .md | tr '\n' ' ')" >> $GITHUB_OUTPUT
+ echo "files=$(git diff --name-only ${{ github.event.pull_request.base.sha }} ${{ github.sha }} -G '<equation' | grep .md | tr '\n' ' ')" >> $GITHUB_OUTPUT
95
id: changed
96
97
# Generate SVG equations:
0 commit comments