Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/markdown_equations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
run: |
make markdown-svg-equations-files FILES="${{ steps.changed.outputs.files }}"

# Stage *all* tracked and untracked changes first
# Stage *all* tracked and untracked changes first...
git add -A

if git diff --cached --quiet; then
Expand All @@ -139,7 +139,7 @@ jobs:
make markdown-img-equations-files FILES="${{ steps.changed.outputs.files }}"
make markdown-img-equations-src-urls-files FILES="${{ steps.changed.outputs.files }}"

# Stage *all* tracked and untracked changes first
# Stage *all* tracked and untracked changes first...
git add -A

if git diff --cached --quiet; then
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdown_pkg_urls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
run: |
make markdown-pkg-urls MARKDOWN_FILTER='.*/lib/node_modules/@stdlib/.*'

# Stage *all* tracked and untracked changes first
# Stage *all* tracked and untracked changes first...
git add -A

if git diff --cached --quiet; then
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/markdown_related_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,10 @@ jobs:
make markdown-related-files FILES="${files}"
make markdown-pkg-urls-files FILES="${files}"

# Stage *all* tracked and untracked changes first
# Stage *all* tracked and untracked changes first...
git add -A

# If the index is identical to HEAD, nothing real changed:
# If the index is identical to HEAD, nothing really changed:
if git diff --cached --quiet; then
echo "changed=false" >> $GITHUB_OUTPUT

Expand Down