Skip to content

Commit c0c3b7a

Browse files
authored
Fix: Try git add all as proposed previously (#70)
Co-authored-by: Dimitri LESNOFF <dimitri.lesnoff@lip6.fr>
1 parent 63b0482 commit c0c3b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_directory_md.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Commit and push changes
4848
run: |
4949
git checkout -b directory_update-${{ github.sha }}
50-
git add DIRECTORY.md
50+
git add .
5151
5252
git commit -m "docs: update DIRECTORY.md"
5353
git push origin directory_update-${{ github.sha }}:directory_update-${{ github.sha }}

0 commit comments

Comments
 (0)