Skip to content

Commit 27fa1d2

Browse files
committed
Don't forget to add everything that's new
1 parent 3327b6c commit 27fa1d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/exports.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
python -m famplex.html --directory docs/
2424
- name: Commit files
2525
run: |
26+
git add --all
2627
git config --local user.email "[email protected]"
2728
git config --local user.name "GitHub Action"
2829
git commit -m "Automatically update" -a

0 commit comments

Comments
 (0)