We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 88ebe24 + b2f0df4 commit f9246f9Copy full SHA for f9246f9
1 file changed
.github/workflows/docs.yml
@@ -59,8 +59,8 @@ jobs:
59
- name: Make documentation - to publish
60
if: ${{ github.event_name == 'push' && github.repository == 'ReactionMechanismGenerator/RMG-Py' }}
61
run: |
62
- git config user.name "github-actions"
63
- git config user.email "github-actions@github.com"
+ git config --global user.name "github-actions"
+ git config --global user.email "github-actions@github.com"
64
cd documentation
65
make html
66
- name: Check documentation links
0 commit comments