Skip to content

Commit 0667406

Browse files
committed
Commit everything, not just subdir
1 parent cd27f7d commit 0667406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,6 @@ jobs:
128128
# Commit and push
129129
git config --global user.name "github-actions[bot]"
130130
git config --global user.email "github-actions[bot]@users.noreply.github.com"
131-
git add .
131+
git add -A
132132
git commit -m "Publish docs @ ${GITHUB_REPOSITORY}@${GITHUB_SHA}"
133133
git push

0 commit comments

Comments
 (0)