Skip to content

Commit a600ff9

Browse files
authored
Update publish-docs.yml
1 parent c612b2c commit a600ff9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@ jobs:
2525
run: |
2626
cd website
2727
npm install
28+
git config --global user.name "${{ GITHUB_ACTION }}"
29+
echo "machine github.com login ${{ GITHUB_ACTION }} password ${{ GITHUB_TOKEN }}}" > ~/.netrc
2830
npm run publish-gh-pages
2931
env:
3032
CI: true
3133
CURRENT_BRANCH: master
3234
USE_SSH: true
35+
GIT_USER: ${{ GITHUB_ACTION }}

0 commit comments

Comments
 (0)