Skip to content

Commit

Permalink
Merge pull request #2610 from ReactionMechanismGenerator/patch_patch_…
Browse files Browse the repository at this point in the history
…patch

#2602 part 2, Electric Boogaloo
  • Loading branch information
JacksonBurns authored Feb 12, 2024
2 parents 88ebe24 + b2f0df4 commit f9246f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
- name: Make documentation - to publish
if: ${{ github.event_name == 'push' && github.repository == 'ReactionMechanismGenerator/RMG-Py' }}
run: |
git config user.name "github-actions"
git config user.email "github-actions@github.com"
git config --global user.name "github-actions"
git config --global user.email "github-actions@github.com"
cd documentation
make html
- name: Check documentation links
Expand Down

0 comments on commit f9246f9

Please sign in to comment.