config git

(rebased-with-history from commit 38682d86c8)
This commit is contained in:
Josh de Leeuw 2024-01-14 17:30:46 -05:00 committed by bjoluc
commit 9218abf9fc

View File

@ -31,6 +31,11 @@ jobs:
- name: Remove patch version - name: Remove patch version
run: echo "version_major_minor=${{ env.version }}" | awk -F. '{print $1"."$2}' >> "$GITHUB_ENV" 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 - name: Deploy docs
run: npm run docs:deploy ${{ env.version_major_minor }} run: npm run docs:deploy ${{ env.version_major_minor }}