Skip to content

Commit f9246f9

Browse files
authored
Merge pull request #2610 from ReactionMechanismGenerator/patch_patch_patch
#2602 part 2, Electric Boogaloo
2 parents 88ebe24 + b2f0df4 commit f9246f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ jobs:
5959
- name: Make documentation - to publish
6060
if: ${{ github.event_name == 'push' && github.repository == 'ReactionMechanismGenerator/RMG-Py' }}
6161
run: |
62-
git config user.name "github-actions"
63-
git config user.email "github-actions@github.com"
62+
git config --global user.name "github-actions"
63+
git config --global user.email "github-actions@github.com"
6464
cd documentation
6565
make html
6666
- name: Check documentation links

0 commit comments

Comments
 (0)