mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
config git
This commit is contained in:
parent
841d43250c
commit
38682d86c8
5
.github/workflows/publish-docs.yml
vendored
5
.github/workflows/publish-docs.yml
vendored
@ -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 }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user