Skip to content

Commit 7aaa79a

Browse files
authored
Update lister.yml
1 parent 3c89973 commit 7aaa79a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lister.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
git config --global user.name "Portable-Linux-Apps"
3333
git config --global user.email "[email protected]"
34-
git add *.md *.json
34+
git add *.md *.json am2pla-site
3535
if git diff-index --quiet HEAD; then
3636
echo "No changes to commit." >> $GITHUB_STEP_SUMMARY
3737
else

0 commit comments

Comments
 (0)