We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df2725a commit aea2456Copy full SHA for aea2456
.github/workflows/publish-pages.yml
@@ -82,8 +82,8 @@ jobs:
82
run: |
83
cd gh-pages
84
# configure committer
85
- git config user.name "github-actions[bot]"
86
- git config user.email "github-actions[bot]@users.noreply.github.com"
+ git config --global user.name "github-actions[bot]"
+ git config --global user.email "github-actions[bot]@users.noreply.github.com"
87
88
# ensure we have the latest gh-pages branch
89
git fetch origin gh-pages || git checkout --orphan gh-pages
0 commit comments