Skip to content

Commit 70b5cb0

Browse files
committed
fix: commit everything!
Avoids git complaining when no files match the failure folders.
1 parent 4759068 commit 70b5cb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/texml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# Commit
2929
git config user.name "github-actions[bot]"
3030
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
31-
git add main.pdf main.* ./Images texml-svg-*
31+
git add .
3232
git commit -m "chore: main xml&pdf&html regenerated"
3333
git push
3434
env:

0 commit comments

Comments
 (0)