config git

This commit is contained in:
Josh de Leeuw 2024-01-14 17:30:46 -05:00
parent 841d43250c
commit 38682d86c8

View File

@ -31,6 +31,11 @@ jobs:
- name: Remove patch version
run: echo "version_major_minor=${{ env.version }}" | awk -F. '{print $1"."$2}' >> "$GITHUB_ENV"
- name: Config git
run: |
git config --global user.name docs-bot
git config --global user.email docs@jspsych.org
- name: Deploy docs
run: npm run docs:deploy ${{ env.version_major_minor }}