Skip to content

Commit

Permalink
Add env to docs build for mike deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-m-dev committed Jan 28, 2025
1 parent 2666840 commit f5789b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
jobs:
build_docs:
runs-on: ubuntu-latest
env:
GIT_COMMITTER_NAME: "Doc Build Bot"
GIT_COMMITTER_EMAIL: "[email protected]"
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit f5789b5

Please sign in to comment.