Skip to content

Commit

Permalink
config git
Browse files Browse the repository at this point in the history
  • Loading branch information
jodeleeuw committed Jan 14, 2024
1 parent 841d432 commit 38682d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]
- name: Deploy docs
run: npm run docs:deploy ${{ env.version_major_minor }}

Expand Down

0 comments on commit 38682d8

Please sign in to comment.