We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd27f7d commit 0667406Copy full SHA for 0667406
.github/workflows/publish.yml
@@ -128,6 +128,6 @@ jobs:
128
# Commit and push
129
git config --global user.name "github-actions[bot]"
130
git config --global user.email "github-actions[bot]@users.noreply.github.com"
131
- git add .
+ git add -A
132
git commit -m "Publish docs @ ${GITHUB_REPOSITORY}@${GITHUB_SHA}"
133
git push
0 commit comments