Skip to content

Commit cc29c91

Browse files
committed
fix github action to deploy documentation
1 parent acf3a82 commit cc29c91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ jobs:
4949
- name: Release to GitHub Pages
5050
env:
5151
USE_SSH: true
52-
GIT_USER: git
52+
GIT_USER: JeremyDolle
53+
DEPLOYMENT_BRANCH: gh-pages
5354
run: |
5455
git config --global user.email "[email protected]"
5556
git config --global user.name "gh-actions"

0 commit comments

Comments
 (0)